reactor-extra-3.4.9.pom 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. <!-- This module was also published with a richer model, Gradle metadata, -->
  4. <!-- which should be used instead. Do not delete the following line which -->
  5. <!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
  6. <!-- that they should prefer consuming it instead. -->
  7. <!-- do_not_remove: published-with-gradle-metadata -->
  8. <modelVersion>4.0.0</modelVersion>
  9. <groupId>io.projectreactor.addons</groupId>
  10. <artifactId>reactor-extra</artifactId>
  11. <version>3.4.9</version>
  12. <name>Reactor Extra</name>
  13. <description>Reactor Extra utilities, helpers and custom operators</description>
  14. <url>https://github.com/reactor/reactor-addons</url>
  15. <organization>
  16. <name>reactor</name>
  17. <url>https://github.com/reactor</url>
  18. </organization>
  19. <licenses>
  20. <license>
  21. <name>Apache License, Version 2.0</name>
  22. <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
  23. <distribution>repo</distribution>
  24. </license>
  25. </licenses>
  26. <developers>
  27. <developer>
  28. <id>simonbasle</id>
  29. <name>Simon Baslé</name>
  30. <email>sbasle@vmware.com</email>
  31. </developer>
  32. </developers>
  33. <scm>
  34. <connection>scm:git:git://github.com/reactor/reactor-addons</connection>
  35. <developerConnection>scm:git:git://github.com/reactor/reactor-addons</developerConnection>
  36. <url>https://github.com/reactor/reactor-addons</url>
  37. </scm>
  38. <issueManagement>
  39. <system>GitHub Issues</system>
  40. <url>https://github.com/reactor/reactor-addons/issues</url>
  41. </issueManagement>
  42. <dependencies>
  43. <dependency>
  44. <groupId>io.projectreactor</groupId>
  45. <artifactId>reactor-core</artifactId>
  46. <version>3.4.25</version>
  47. <scope>compile</scope>
  48. </dependency>
  49. </dependencies>
  50. </project>