1
0

pom.xml 1022 B

12345678910111213141516171819202122232425262728293031323334
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <parent>
  5. <groupId>com.siwei</groupId>
  6. <artifactId>siwei</artifactId>
  7. <version>3.6.5</version>
  8. </parent>
  9. <modelVersion>4.0.0</modelVersion>
  10. <modules>
  11. <module>siwei-system</module>
  12. <module>siwei-job</module>
  13. <module>siwei-file</module>
  14. <module>siwei-gen</module>
  15. <module>siwei-spatial</module>
  16. <module>siwei-apply</module>
  17. </modules>
  18. <artifactId>siwei-modules</artifactId>
  19. <packaging>pom</packaging>
  20. <description>
  21. siwei-modules业务模块
  22. </description>
  23. <dependencies>
  24. <dependency>
  25. <groupId>com.siwei</groupId>
  26. <artifactId>siwei-common-datasource</artifactId>
  27. </dependency>
  28. </dependencies>
  29. </project>