rsocket-bom-1.1.5.pom 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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 https://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.rsocket</groupId>
  5. <artifactId>rsocket-bom</artifactId>
  6. <version>1.1.5</version>
  7. <packaging>pom</packaging>
  8. <name>rsocket-bom</name>
  9. <description>RSocket Java Bill of materials.</description>
  10. <url>http://rsocket.io</url>
  11. <licenses>
  12. <license>
  13. <name>The Apache Software License, Version 2.0</name>
  14. <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
  15. <distribution>repo</distribution>
  16. </license>
  17. </licenses>
  18. <developers>
  19. <developer>
  20. <id>OlegDokuka</id>
  21. <name>Oleh Dokuka</name>
  22. <email>oleh.dokuka@icloud.com</email>
  23. </developer>
  24. <developer>
  25. <id>rstoyanchev</id>
  26. <name>Rossen Stoyanchev</name>
  27. <email>rstoyanchev@vmware.com</email>
  28. </developer>
  29. </developers>
  30. <scm>
  31. <connection>scm:git:https://github.com/rsocket/rsocket-java.git</connection>
  32. <developerConnection>scm:git:https://github.com/rsocket/rsocket-java.git</developerConnection>
  33. <url>https://github.com/rsocket/rsocket-java</url>
  34. </scm>
  35. <dependencyManagement>
  36. <dependencies>
  37. <dependency>
  38. <groupId>io.rsocket</groupId>
  39. <artifactId>rsocket-core</artifactId>
  40. <version>1.1.5</version>
  41. </dependency>
  42. <dependency>
  43. <groupId>io.rsocket</groupId>
  44. <artifactId>rsocket-load-balancer</artifactId>
  45. <version>1.1.5</version>
  46. </dependency>
  47. <dependency>
  48. <groupId>io.rsocket</groupId>
  49. <artifactId>rsocket-micrometer</artifactId>
  50. <version>1.1.5</version>
  51. </dependency>
  52. <dependency>
  53. <groupId>io.rsocket</groupId>
  54. <artifactId>rsocket-test</artifactId>
  55. <version>1.1.5</version>
  56. </dependency>
  57. <dependency>
  58. <groupId>io.rsocket</groupId>
  59. <artifactId>rsocket-transport-local</artifactId>
  60. <version>1.1.5</version>
  61. </dependency>
  62. <dependency>
  63. <groupId>io.rsocket</groupId>
  64. <artifactId>rsocket-transport-netty</artifactId>
  65. <version>1.1.5</version>
  66. </dependency>
  67. </dependencies>
  68. </dependencyManagement>
  69. </project>