.flattened-pom.xml 777 B

1234567891011121314151617181920
  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. <modelVersion>4.0.0</modelVersion>
  5. <parent>
  6. <groupId>org.dromara</groupId>
  7. <artifactId>ruoyi-common</artifactId>
  8. <version>2.4.1</version>
  9. </parent>
  10. <groupId>org.dromara</groupId>
  11. <artifactId>ruoyi-common-bus</artifactId>
  12. <version>2.4.1</version>
  13. <description>ruoyi-common-bus 消息总线模块</description>
  14. <dependencies>
  15. <dependency>
  16. <groupId>org.springframework.cloud</groupId>
  17. <artifactId>spring-cloud-starter-bus-amqp</artifactId>
  18. </dependency>
  19. </dependencies>
  20. </project>