.flattened-pom.xml 1.1 KB

1234567891011121314151617181920212223242526272829
  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-service-impl</artifactId>
  12. <version>2.4.1</version>
  13. <description>ruoyi-common-service-impl 通用service实现模块(用于处理core模块中的通用业务service类)</description>
  14. <dependencies>
  15. <dependency>
  16. <groupId>org.dromara</groupId>
  17. <artifactId>ruoyi-common-redis</artifactId>
  18. </dependency>
  19. <dependency>
  20. <groupId>org.dromara</groupId>
  21. <artifactId>ruoyi-api-system</artifactId>
  22. </dependency>
  23. <dependency>
  24. <groupId>org.apache.dubbo</groupId>
  25. <artifactId>dubbo-spring-boot-starter</artifactId>
  26. <scope>provided</scope>
  27. </dependency>
  28. </dependencies>
  29. </project>