simpleclient_tracer-0.12.0.pom 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  3. <modelVersion>4.0.0</modelVersion>
  4. <parent>
  5. <groupId>io.prometheus</groupId>
  6. <artifactId>parent</artifactId>
  7. <version>0.12.0</version>
  8. </parent>
  9. <artifactId>simpleclient_tracer</artifactId>
  10. <packaging>pom</packaging>
  11. <name>Prometheus Java Span Context Supplier - Parent</name>
  12. <dependencyManagement>
  13. <dependencies>
  14. <dependency>
  15. <groupId>io.opentelemetry</groupId>
  16. <artifactId>opentelemetry-api</artifactId>
  17. <version>1.0.1</version>
  18. </dependency>
  19. </dependencies>
  20. </dependencyManagement>
  21. <licenses>
  22. <license>
  23. <name>The Apache Software License, Version 2.0</name>
  24. <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
  25. <distribution>repo</distribution>
  26. </license>
  27. </licenses>
  28. <modules>
  29. <module>simpleclient_tracer_common</module>
  30. <module>simpleclient_tracer_otel</module>
  31. <module>simpleclient_tracer_otel_agent</module>
  32. </modules>
  33. </project>