<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.ryandens</groupId>
  <artifactId>junit-platform-otel-auto</artifactId>
  <version>0.1.0</version>
  <name>junit-platform-otel-auto</name>
  <description>Module which auto-registers the com.ryandens:junit-platform-otel-api modules 
with the JUnit Engine and uses the OpenTelemetry auto-configured SDK for 
tracing.</description>
  <url>https://github.com/ryandens/junit-platform-otel</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>ryandens</id>
      <name>Ryan Dens</name>
      <roles>
        <role>owner</role>
      </roles>
    </developer>
  </developers>
  <scm>
    <url>git@github.com:ryandens/junit-platform-otel.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.ryandens</groupId>
      <artifactId>junit-platform-otel-api</artifactId>
      <version>0.1.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.junit.platform</groupId>
      <artifactId>junit-platform-launcher</artifactId>
      <version>1.8.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.opentelemetry</groupId>
      <artifactId>opentelemetry-sdk-extension-autoconfigure</artifactId>
      <version>1.6.0-alpha</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.opentelemetry</groupId>
      <artifactId>opentelemetry-exporter-otlp-trace</artifactId>
      <version>1.6.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.grpc</groupId>
      <artifactId>grpc-netty-shaded</artifactId>
      <version>1.39.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <properties>
    <nebula_Manifest_Version>1.0</nebula_Manifest_Version>
    <nebula_Implementation_Title>com.ryandens#junit-platform-otel-auto;0.1.0</nebula_Implementation_Title>
    <nebula_Implementation_Version>0.1.0</nebula_Implementation_Version>
    <nebula_Built_Status>integration</nebula_Built_Status>
    <nebula_Built_By>rdens</nebula_Built_By>
    <nebula_Built_OS>Linux</nebula_Built_OS>
    <nebula_Build_Timezone>America/New_York</nebula_Build_Timezone>
    <nebula_Build_Date_UTC>2021-09-26T01:59:19.316923727Z</nebula_Build_Date_UTC>
    <nebula_Build_Date>2021-09-25_21:59:19</nebula_Build_Date>
    <nebula_Gradle_Version>7.2</nebula_Gradle_Version>
    <nebula_Module_Source>/junit-platform-otel-auto</nebula_Module_Source>
    <nebula_Module_Origin>git@github.com:ryandens/junit-platform-otel.git</nebula_Module_Origin>
    <nebula_Change>65e03a8</nebula_Change>
    <nebula_Full_Change>65e03a8879ea62829138d5d51bc1d227fff6e93c</nebula_Full_Change>
    <nebula_Branch>main</nebula_Branch>
    <nebula_Build_Host>rdens-9370</nebula_Build_Host>
    <nebula_Build_Job>LOCAL</nebula_Build_Job>
    <nebula_Build_Number>LOCAL</nebula_Build_Number>
    <nebula_Build_Id>LOCAL</nebula_Build_Id>
    <nebula_Build_Url>rdens-9370/LOCAL</nebula_Build_Url>
    <nebula_Created_By>16.0.2+7 (Eclipse Foundation)</nebula_Created_By>
    <nebula_Module_Owner></nebula_Module_Owner>
    <nebula_Module_Email></nebula_Module_Email>
    <nebula_X_Compile_Target_JDK>16</nebula_X_Compile_Target_JDK>
    <nebula_X_Compile_Source_JDK>16</nebula_X_Compile_Source_JDK>
    <nebula_Build_Java_Version>16.0.2</nebula_Build_Java_Version>
  </properties>
</project>
