reactor-bom-2020.0.3.pom 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3. <modelVersion>4.0.0</modelVersion>
  4. <groupId>io.projectreactor</groupId>
  5. <artifactId>reactor-bom</artifactId>
  6. <version>2020.0.3</version>
  7. <packaging>pom</packaging>
  8. <name>Project Reactor 3 Release Train - BOM</name>
  9. <description>Bill of materials to make sure a consistent set of versions is used for Reactor 3.</description>
  10. <url>https://projectreactor.io</url>
  11. <organization>
  12. <name>Pivotal Software, Inc.</name>
  13. <url>https://pivotal.io/</url>
  14. </organization>
  15. <licenses>
  16. <license>
  17. <name>The Apache Software License, Version 2.0</name>
  18. <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
  19. <distribution>repo</distribution>
  20. </license>
  21. </licenses>
  22. <developers>
  23. <developer>
  24. <id>smaldini</id>
  25. <name>Stephane Maldini</name>
  26. <email>smaldini at pivotal.io</email>
  27. </developer>
  28. <developer>
  29. <id>simonbasle</id>
  30. <name>Simon Baslé</name>
  31. <email>sbasle at pivotal.io</email>
  32. </developer>
  33. <developer>
  34. <id>violetagg</id>
  35. <name>Violeta Georgieva</name>
  36. <email>vgeorgieva at pivotal.io</email>
  37. </developer>
  38. <developer>
  39. <id>bsideup</id>
  40. <name>Sergei Egorov</name>
  41. <email>segorov at pivotal.io</email>
  42. </developer>
  43. <developer>
  44. <id>akarnokd</id>
  45. <name>David Karnok</name>
  46. <email>akarnokd at gmail.com</email>
  47. </developer>
  48. </developers>
  49. <scm>
  50. <connection>scm:git:git://github.com/reactor/reactor</connection>
  51. <developerConnection>scm:git:git://github.com/reactor/reactor</developerConnection>
  52. <url>https://github.com/reactor/reactor</url>
  53. </scm>
  54. <issueManagement>
  55. <system>GitHub Issues</system>
  56. <url>https://github.com/reactor</url>
  57. </issueManagement>
  58. <dependencyManagement>
  59. <dependencies>
  60. <dependency>
  61. <groupId>org.reactivestreams</groupId>
  62. <artifactId>reactive-streams</artifactId>
  63. <version>1.0.3</version>
  64. </dependency>
  65. <dependency>
  66. <groupId>io.projectreactor</groupId>
  67. <artifactId>reactor-core</artifactId>
  68. <version>3.4.2</version>
  69. </dependency>
  70. <dependency>
  71. <groupId>io.projectreactor</groupId>
  72. <artifactId>reactor-test</artifactId>
  73. <version>3.4.2</version>
  74. </dependency>
  75. <dependency>
  76. <groupId>io.projectreactor</groupId>
  77. <artifactId>reactor-tools</artifactId>
  78. <version>3.4.2</version>
  79. </dependency>
  80. <dependency>
  81. <groupId>io.projectreactor.addons</groupId>
  82. <artifactId>reactor-extra</artifactId>
  83. <version>3.4.2</version>
  84. </dependency>
  85. <dependency>
  86. <groupId>io.projectreactor.addons</groupId>
  87. <artifactId>reactor-adapter</artifactId>
  88. <version>3.4.2</version>
  89. </dependency>
  90. <dependency>
  91. <groupId>io.projectreactor.netty</groupId>
  92. <artifactId>reactor-netty</artifactId>
  93. <version>1.0.3</version>
  94. </dependency>
  95. <dependency>
  96. <groupId>io.projectreactor.netty</groupId>
  97. <artifactId>reactor-netty-core</artifactId>
  98. <version>1.0.3</version>
  99. </dependency>
  100. <dependency>
  101. <groupId>io.projectreactor.netty</groupId>
  102. <artifactId>reactor-netty-http</artifactId>
  103. <version>1.0.3</version>
  104. </dependency>
  105. <dependency>
  106. <groupId>io.projectreactor.netty</groupId>
  107. <artifactId>reactor-netty-http-brave</artifactId>
  108. <version>1.0.3</version>
  109. </dependency>
  110. <dependency>
  111. <groupId>io.projectreactor.addons</groupId>
  112. <artifactId>reactor-pool</artifactId>
  113. <version>0.2.2</version>
  114. </dependency>
  115. <dependency>
  116. <groupId>io.projectreactor.kafka</groupId>
  117. <artifactId>reactor-kafka</artifactId>
  118. <version>1.3.1</version>
  119. </dependency>
  120. <dependency>
  121. <groupId>io.projectreactor.rabbitmq</groupId>
  122. <artifactId>reactor-rabbitmq</artifactId>
  123. <version>1.5.1</version>
  124. </dependency>
  125. <dependency>
  126. <groupId>io.projectreactor.kotlin</groupId>
  127. <artifactId>reactor-kotlin-extensions</artifactId>
  128. <version>1.1.2</version>
  129. </dependency>
  130. </dependencies>
  131. </dependencyManagement>
  132. </project>