perfmark-api-0.19.0.pom 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4. <modelVersion>4.0.0</modelVersion>
  5. <groupId>io.perfmark</groupId>
  6. <artifactId>perfmark-api</artifactId>
  7. <version>0.19.0</version>
  8. <name>perfmark:perfmark-api</name>
  9. <description>PerfMark API</description>
  10. <url>https://github.com/perfmark/perfmark</url>
  11. <licenses>
  12. <license>
  13. <name>Apache 2.0</name>
  14. <url>https://opensource.org/licenses/Apache-2.0</url>
  15. </license>
  16. </licenses>
  17. <developers>
  18. <developer>
  19. <id>carl-mastrangelo</id>
  20. <name>Carl Mastrangelo</name>
  21. <email>carl@carlmastrangelo.com</email>
  22. <url>https://www.perfmark.io/</url>
  23. </developer>
  24. </developers>
  25. <scm>
  26. <connection>scm:git:https://github.com/perfmark/perfmark.git</connection>
  27. <developerConnection>scm:git@github.com:perfmark/perfmark.git</developerConnection>
  28. <url>https://github.com/perfmark/perfmark</url>
  29. </scm>
  30. <dependencies>
  31. <dependency>
  32. <groupId>com.google.code.findbugs</groupId>
  33. <artifactId>jsr305</artifactId>
  34. <version>3.0.2</version>
  35. <scope>compile</scope>
  36. </dependency>
  37. <dependency>
  38. <groupId>com.google.errorprone</groupId>
  39. <artifactId>error_prone_annotations</artifactId>
  40. <version>2.3.3</version>
  41. <scope>compile</scope>
  42. </dependency>
  43. </dependencies>
  44. </project>