reactor-extra-3.5.1.pom 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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.addons</groupId>
  11. <artifactId>reactor-extra</artifactId>
  12. <version>3.5.1</version>
  13. <name>Reactor Extra</name>
  14. <description>Reactor Extra utilities, helpers and custom operators</description>
  15. <url>https://github.com/reactor/reactor-addons</url>
  16. <organization>
  17. <name>reactor</name>
  18. <url>https://github.com/reactor</url>
  19. </organization>
  20. <licenses>
  21. <license>
  22. <name>Apache License, Version 2.0</name>
  23. <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
  24. <distribution>repo</distribution>
  25. </license>
  26. </licenses>
  27. <developers>
  28. <developer>
  29. <id>simonbasle</id>
  30. <name>Simon Baslé</name>
  31. <email>sbasle@vmware.com</email>
  32. </developer>
  33. </developers>
  34. <scm>
  35. <connection>scm:git:git://github.com/reactor/reactor-addons</connection>
  36. <developerConnection>scm:git:git://github.com/reactor/reactor-addons</developerConnection>
  37. <url>https://github.com/reactor/reactor-addons</url>
  38. </scm>
  39. <issueManagement>
  40. <system>GitHub Issues</system>
  41. <url>https://github.com/reactor/reactor-addons/issues</url>
  42. </issueManagement>
  43. <dependencies>
  44. <dependency>
  45. <groupId>io.projectreactor</groupId>
  46. <artifactId>reactor-core</artifactId>
  47. <version>3.5.4</version>
  48. <scope>compile</scope>
  49. </dependency>
  50. </dependencies>
  51. </project>