pom.xml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <parent>
  6. <artifactId>prod-line</artifactId>
  7. <groupId>com.huaxia</groupId>
  8. <version>1.0-SNAPSHOT</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>prod-line-imes</artifactId>
  12. <dependencies>
  13. <dependency>
  14. <groupId>com.huaxia</groupId>
  15. <artifactId>prod-line-comm</artifactId>
  16. <version>1.0-SNAPSHOT</version>
  17. <scope>compile</scope>
  18. </dependency>
  19. <dependency>
  20. <groupId>cmpt</groupId>
  21. <artifactId>cmpt-msg</artifactId>
  22. <version>1.0.1-SNAPSHOT</version>
  23. </dependency>
  24. <dependency>
  25. <groupId>org.springframework</groupId>
  26. <artifactId>spring-tx</artifactId>
  27. </dependency>
  28. <dependency>
  29. <groupId>com.ruoyi</groupId>
  30. <artifactId>ruoyi-system</artifactId>
  31. <version>${ruoyi.version}</version>
  32. <scope>compile</scope>
  33. </dependency>
  34. </dependencies>
  35. </project>