simpleclient_tracer_common-0.16.0.pom 839 B

1234567891011121314151617181920212223242526
  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>simpleclient_tracer</artifactId>
  7. <version>0.16.0</version>
  8. </parent>
  9. <artifactId>simpleclient_tracer_common</artifactId>
  10. <packaging>bundle</packaging>
  11. <name>Prometheus Java Span Context Supplier - Common</name>
  12. <dependencies>
  13. </dependencies>
  14. <licenses>
  15. <license>
  16. <name>The Apache Software License, Version 2.0</name>
  17. <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
  18. <distribution>repo</distribution>
  19. </license>
  20. </licenses>
  21. </project>