reactor-bom-2022.0.12.pom 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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. <!-- This module was also published with a richer model, Gradle metadata, -->
  5. <!-- which should be used instead. Do not delete the following line which -->
  6. <!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
  7. <!-- that they should prefer consuming it instead. -->
  8. <!-- do_not_remove: published-with-gradle-metadata -->
  9. <modelVersion>4.0.0</modelVersion>
  10. <groupId>io.projectreactor</groupId>
  11. <artifactId>reactor-bom</artifactId>
  12. <version>2022.0.12</version>
  13. <packaging>pom</packaging>
  14. <name>Project Reactor 3 Release Train - BOM</name>
  15. <description>Bill of materials to make sure a consistent set of versions is used for Reactor 3.</description>
  16. <url>https://projectreactor.io</url>
  17. <organization>
  18. <name>reactor</name>
  19. <url>https://github.com/reactor</url>
  20. </organization>
  21. <licenses>
  22. <license>
  23. <name>The Apache Software License, Version 2.0</name>
  24. <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
  25. <distribution>repo</distribution>
  26. </license>
  27. </licenses>
  28. <developers>
  29. <developer>
  30. <id>simonbasle</id>
  31. <name>Simon Baslé</name>
  32. <email>sbasle at vmware.com</email>
  33. </developer>
  34. <developer>
  35. <id>violetagg</id>
  36. <name>Violeta Georgieva</name>
  37. <email>violetag at vmware.com</email>
  38. </developer>
  39. <developer>
  40. <id>odokuka</id>
  41. <name>Oleh Dokuka</name>
  42. <email>odokuka at vmware.com</email>
  43. </developer>
  44. </developers>
  45. <scm>
  46. <connection>scm:git:git://github.com/reactor/reactor</connection>
  47. <developerConnection>scm:git:git://github.com/reactor/reactor</developerConnection>
  48. <url>https://github.com/reactor/reactor</url>
  49. </scm>
  50. <issueManagement>
  51. <system>GitHub Issues</system>
  52. <url>https://github.com/reactor</url>
  53. </issueManagement>
  54. <dependencyManagement>
  55. <dependencies>
  56. <dependency>
  57. <groupId>org.reactivestreams</groupId>
  58. <artifactId>reactive-streams</artifactId>
  59. <version>1.0.4</version>
  60. </dependency>
  61. <dependency>
  62. <groupId>io.projectreactor</groupId>
  63. <artifactId>reactor-core</artifactId>
  64. <version>3.5.11</version>
  65. </dependency>
  66. <dependency>
  67. <groupId>io.projectreactor</groupId>
  68. <artifactId>reactor-test</artifactId>
  69. <version>3.5.11</version>
  70. </dependency>
  71. <dependency>
  72. <groupId>io.projectreactor</groupId>
  73. <artifactId>reactor-tools</artifactId>
  74. <version>3.5.11</version>
  75. </dependency>
  76. <dependency>
  77. <groupId>io.projectreactor</groupId>
  78. <artifactId>reactor-core-micrometer</artifactId>
  79. <version>1.0.11</version>
  80. </dependency>
  81. <dependency>
  82. <groupId>io.projectreactor.addons</groupId>
  83. <artifactId>reactor-extra</artifactId>
  84. <version>3.5.1</version>
  85. </dependency>
  86. <dependency>
  87. <groupId>io.projectreactor.addons</groupId>
  88. <artifactId>reactor-adapter</artifactId>
  89. <version>3.5.1</version>
  90. </dependency>
  91. <dependency>
  92. <groupId>io.projectreactor.netty</groupId>
  93. <artifactId>reactor-netty</artifactId>
  94. <version>1.1.12</version>
  95. </dependency>
  96. <dependency>
  97. <groupId>io.projectreactor.netty</groupId>
  98. <artifactId>reactor-netty-core</artifactId>
  99. <version>1.1.12</version>
  100. </dependency>
  101. <dependency>
  102. <groupId>io.projectreactor.netty</groupId>
  103. <artifactId>reactor-netty-http</artifactId>
  104. <version>1.1.12</version>
  105. </dependency>
  106. <dependency>
  107. <groupId>io.projectreactor.netty</groupId>
  108. <artifactId>reactor-netty-http-brave</artifactId>
  109. <version>1.1.12</version>
  110. </dependency>
  111. <dependency>
  112. <groupId>io.projectreactor.addons</groupId>
  113. <artifactId>reactor-pool</artifactId>
  114. <version>1.0.3</version>
  115. </dependency>
  116. <dependency>
  117. <groupId>io.projectreactor.addons</groupId>
  118. <artifactId>reactor-pool-micrometer</artifactId>
  119. <version>0.1.3</version>
  120. </dependency>
  121. <dependency>
  122. <groupId>io.projectreactor.kotlin</groupId>
  123. <artifactId>reactor-kotlin-extensions</artifactId>
  124. <version>1.2.2</version>
  125. </dependency>
  126. <dependency>
  127. <groupId>io.projectreactor.kafka</groupId>
  128. <artifactId>reactor-kafka</artifactId>
  129. <version>1.3.21</version>
  130. </dependency>
  131. </dependencies>
  132. </dependencyManagement>
  133. </project>