pom.xml 839 B

1234567891011121314151617181920212223242526272829
  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-apply</module>
  12. </modules>
  13. <artifactId>siwei-modules</artifactId>
  14. <packaging>pom</packaging>
  15. <description>
  16. siwei-modules业务模块
  17. </description>
  18. <dependencies>
  19. <dependency>
  20. <groupId>com.siwei</groupId>
  21. <artifactId>siwei-common-datasource</artifactId>
  22. </dependency>
  23. </dependencies>
  24. </project>