brave-bom-5.7.0.pom 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262
  1. <!--
  2. Copyright 2013-2019 The OpenZipkin Authors
  3. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
  4. in compliance with the License. You may obtain a copy of the License at
  5. http://www.apache.org/licenses/LICENSE-2.0
  6. Unless required by applicable law or agreed to in writing, software distributed under the License
  7. is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
  8. or implied. See the License for the specific language governing permissions and limitations under
  9. the License.
  10. -->
  11. <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">
  12. <modelVersion>4.0.0</modelVersion>
  13. <groupId>io.zipkin.brave</groupId>
  14. <artifactId>brave-bom</artifactId>
  15. <version>5.7.0</version>
  16. <name>Brave BOM</name>
  17. <description>Bill Of Materials POM for all Brave artifacts</description>
  18. <packaging>pom</packaging>
  19. <url>https://github.com/openzipkin/brave</url>
  20. <inceptionYear>2013</inceptionYear>
  21. <properties>
  22. <main.basedir>${project.basedir}/..</main.basedir>
  23. <!-- use the same values in ../pom.xml -->
  24. <zipkin.version>2.16.0</zipkin.version>
  25. <zipkin-reporter.version>2.10.2</zipkin-reporter.version>
  26. </properties>
  27. <organization>
  28. <name>OpenZipkin</name>
  29. <url>https://zipkin.io/</url>
  30. </organization>
  31. <licenses>
  32. <license>
  33. <name>The Apache Software License, Version 2.0</name>
  34. <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
  35. <distribution>repo</distribution>
  36. </license>
  37. </licenses>
  38. <scm>
  39. <url>https://github.com/openzipkin/brave</url>
  40. <connection>scm:git:https://github.com/openzipkin/brave.git</connection>
  41. <developerConnection>scm:git:https://github.com/openzipkin/brave.git</developerConnection>
  42. <tag>5.7.0</tag>
  43. </scm>
  44. <!-- Developer section is needed for Maven Central, but doesn't need to include each person -->
  45. <developers>
  46. <developer>
  47. <id>openzipkin</id>
  48. <name>OpenZipkin Gitter</name>
  49. <url>https://gitter.im/openzipkin/zipkin</url>
  50. </developer>
  51. </developers>
  52. <distributionManagement>
  53. <repository>
  54. <id>bintray</id>
  55. <url>https://api.bintray.com/maven/openzipkin/maven/brave/;publish=1</url>
  56. </repository>
  57. <snapshotRepository>
  58. <id>jfrog-snapshots</id>
  59. <url>https://oss.jfrog.org/artifactory/oss-snapshot-local</url>
  60. </snapshotRepository>
  61. </distributionManagement>
  62. <issueManagement>
  63. <system>Github</system>
  64. <url>https://github.com/openzipkin/brave/issues</url>
  65. </issueManagement>
  66. <dependencyManagement>
  67. <dependencies>
  68. <dependency>
  69. <groupId>io.zipkin.reporter2</groupId>
  70. <artifactId>zipkin-reporter-bom</artifactId>
  71. <version>${zipkin-reporter.version}</version>
  72. <type>pom</type>
  73. <scope>import</scope>
  74. </dependency>
  75. <dependency>
  76. <groupId>io.zipkin.zipkin2</groupId>
  77. <artifactId>zipkin</artifactId>
  78. <version>${zipkin.version}</version>
  79. </dependency>
  80. <dependency>
  81. <groupId>io.zipkin.zipkin2</groupId>
  82. <artifactId>zipkin-tests</artifactId>
  83. <version>${zipkin.version}</version>
  84. </dependency>
  85. <dependency>
  86. <groupId>io.zipkin.zipkin2</groupId>
  87. <artifactId>zipkin-junit</artifactId>
  88. <version>${zipkin.version}</version>
  89. </dependency>
  90. <dependency>
  91. <groupId>${project.groupId}</groupId>
  92. <artifactId>brave</artifactId>
  93. <version>${project.version}</version>
  94. </dependency>
  95. <dependency>
  96. <groupId>${project.groupId}</groupId>
  97. <artifactId>brave-tests</artifactId>
  98. <version>${project.version}</version>
  99. </dependency>
  100. <dependency>
  101. <groupId>${project.groupId}</groupId>
  102. <artifactId>brave-context-jfr</artifactId>
  103. <version>${project.version}</version>
  104. </dependency>
  105. <dependency>
  106. <groupId>${project.groupId}</groupId>
  107. <artifactId>brave-context-log4j2</artifactId>
  108. <version>${project.version}</version>
  109. </dependency>
  110. <dependency>
  111. <groupId>${project.groupId}</groupId>
  112. <artifactId>brave-context-log4j12</artifactId>
  113. <version>${project.version}</version>
  114. </dependency>
  115. <dependency>
  116. <groupId>${project.groupId}</groupId>
  117. <artifactId>brave-context-slf4j</artifactId>
  118. <version>${project.version}</version>
  119. </dependency>
  120. <dependency>
  121. <groupId>${project.groupId}</groupId>
  122. <artifactId>brave-context-rxjava2</artifactId>
  123. <version>${project.version}</version>
  124. </dependency>
  125. <dependency>
  126. <groupId>${project.groupId}</groupId>
  127. <artifactId>brave-instrumentation-dubbo-rpc</artifactId>
  128. <version>${project.version}</version>
  129. </dependency>
  130. <dependency>
  131. <groupId>${project.groupId}</groupId>
  132. <artifactId>brave-instrumentation-grpc</artifactId>
  133. <version>${project.version}</version>
  134. </dependency>
  135. <dependency>
  136. <groupId>${project.groupId}</groupId>
  137. <artifactId>brave-instrumentation-http</artifactId>
  138. <version>${project.version}</version>
  139. </dependency>
  140. <dependency>
  141. <groupId>${project.groupId}</groupId>
  142. <artifactId>brave-instrumentation-http-tests</artifactId>
  143. <version>${project.version}</version>
  144. </dependency>
  145. <dependency>
  146. <groupId>${project.groupId}</groupId>
  147. <artifactId>brave-instrumentation-httpasyncclient</artifactId>
  148. <version>${project.version}</version>
  149. </dependency>
  150. <dependency>
  151. <groupId>${project.groupId}</groupId>
  152. <artifactId>brave-instrumentation-httpclient</artifactId>
  153. <version>${project.version}</version>
  154. </dependency>
  155. <dependency>
  156. <groupId>${project.groupId}</groupId>
  157. <artifactId>brave-instrumentation-jaxrs2</artifactId>
  158. <version>${project.version}</version>
  159. </dependency>
  160. <dependency>
  161. <groupId>${project.groupId}</groupId>
  162. <artifactId>brave-instrumentation-jersey-server</artifactId>
  163. <version>${project.version}</version>
  164. </dependency>
  165. <dependency>
  166. <groupId>${project.groupId}</groupId>
  167. <artifactId>brave-instrumentation-jms</artifactId>
  168. <version>${project.version}</version>
  169. </dependency>
  170. <dependency>
  171. <groupId>${project.groupId}</groupId>
  172. <artifactId>brave-instrumentation-kafka-clients</artifactId>
  173. <version>${project.version}</version>
  174. </dependency>
  175. <dependency>
  176. <groupId>${project.groupId}</groupId>
  177. <artifactId>brave-instrumentation-kafka-streams</artifactId>
  178. <version>${project.version}</version>
  179. </dependency>
  180. <dependency>
  181. <groupId>${project.groupId}</groupId>
  182. <artifactId>brave-instrumentation-mysql</artifactId>
  183. <version>${project.version}</version>
  184. </dependency>
  185. <dependency>
  186. <groupId>${project.groupId}</groupId>
  187. <artifactId>brave-instrumentation-mysql6</artifactId>
  188. <version>${project.version}</version>
  189. </dependency>
  190. <dependency>
  191. <groupId>${project.groupId}</groupId>
  192. <artifactId>brave-instrumentation-mysql8</artifactId>
  193. <version>${project.version}</version>
  194. </dependency>
  195. <dependency>
  196. <groupId>${project.groupId}</groupId>
  197. <artifactId>brave-instrumentation-netty-codec-http</artifactId>
  198. <version>${project.version}</version>
  199. </dependency>
  200. <dependency>
  201. <groupId>${project.groupId}</groupId>
  202. <artifactId>brave-instrumentation-okhttp3</artifactId>
  203. <version>${project.version}</version>
  204. </dependency>
  205. <dependency>
  206. <groupId>${project.groupId}</groupId>
  207. <artifactId>brave-instrumentation-p6spy</artifactId>
  208. <version>${project.version}</version>
  209. </dependency>
  210. <dependency>
  211. <groupId>${project.groupId}</groupId>
  212. <artifactId>brave-instrumentation-servlet</artifactId>
  213. <version>${project.version}</version>
  214. </dependency>
  215. <dependency>
  216. <groupId>${project.groupId}</groupId>
  217. <artifactId>brave-instrumentation-sparkjava</artifactId>
  218. <version>${project.version}</version>
  219. </dependency>
  220. <dependency>
  221. <groupId>${project.groupId}</groupId>
  222. <artifactId>brave-instrumentation-spring-rabbit</artifactId>
  223. <version>${project.version}</version>
  224. </dependency>
  225. <dependency>
  226. <groupId>${project.groupId}</groupId>
  227. <artifactId>brave-instrumentation-spring-web</artifactId>
  228. <version>${project.version}</version>
  229. </dependency>
  230. <dependency>
  231. <groupId>${project.groupId}</groupId>
  232. <artifactId>brave-instrumentation-spring-webmvc</artifactId>
  233. <version>${project.version}</version>
  234. </dependency>
  235. <dependency>
  236. <groupId>${project.groupId}</groupId>
  237. <artifactId>brave-instrumentation-vertx-web</artifactId>
  238. <version>${project.version}</version>
  239. </dependency>
  240. <dependency>
  241. <groupId>${project.groupId}</groupId>
  242. <artifactId>brave-spring-beans</artifactId>
  243. <version>${project.version}</version>
  244. </dependency>
  245. </dependencies>
  246. </dependencyManagement>
  247. </project>