reactor-bom-Dysprosium-RELEASE.pom 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  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>Dysprosium-RELEASE</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. <scope>compile</scope>
  65. </dependency>
  66. <dependency>
  67. <groupId>io.projectreactor</groupId>
  68. <artifactId>reactor-core</artifactId>
  69. <version>3.3.0.RELEASE</version>
  70. <scope>compile</scope>
  71. </dependency>
  72. <dependency>
  73. <groupId>io.projectreactor</groupId>
  74. <artifactId>reactor-test</artifactId>
  75. <version>3.3.0.RELEASE</version>
  76. <scope>compile</scope>
  77. </dependency>
  78. <dependency>
  79. <groupId>io.projectreactor</groupId>
  80. <artifactId>reactor-tools</artifactId>
  81. <version>3.3.0.RELEASE</version>
  82. <scope>compile</scope>
  83. </dependency>
  84. <dependency>
  85. <groupId>io.projectreactor.addons</groupId>
  86. <artifactId>reactor-extra</artifactId>
  87. <version>3.3.0.RELEASE</version>
  88. <scope>compile</scope>
  89. </dependency>
  90. <dependency>
  91. <groupId>io.projectreactor.addons</groupId>
  92. <artifactId>reactor-adapter</artifactId>
  93. <version>3.3.0.RELEASE</version>
  94. <scope>compile</scope>
  95. </dependency>
  96. <dependency>
  97. <groupId>io.projectreactor.netty</groupId>
  98. <artifactId>reactor-netty</artifactId>
  99. <version>0.9.0.RELEASE</version>
  100. <scope>compile</scope>
  101. </dependency>
  102. <dependency>
  103. <groupId>io.projectreactor.addons</groupId>
  104. <artifactId>reactor-pool</artifactId>
  105. <version>0.1.0.RELEASE</version>
  106. <scope>compile</scope>
  107. </dependency>
  108. <dependency>
  109. <groupId>io.projectreactor.kafka</groupId>
  110. <artifactId>reactor-kafka</artifactId>
  111. <version>1.2.0.RELEASE</version>
  112. <scope>compile</scope>
  113. </dependency>
  114. <dependency>
  115. <groupId>io.projectreactor.rabbitmq</groupId>
  116. <artifactId>reactor-rabbitmq</artifactId>
  117. <version>1.3.0.RELEASE</version>
  118. <scope>compile</scope>
  119. </dependency>
  120. <dependency>
  121. <groupId>io.projectreactor.kotlin</groupId>
  122. <artifactId>reactor-kotlin-extensions</artifactId>
  123. <version>1.0.0.RELEASE</version>
  124. <scope>compile</scope>
  125. </dependency>
  126. </dependencies>
  127. </dependencyManagement>
  128. </project>