pom.xml 1008 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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>leisp</artifactId>
  7. <groupId>com.leisp</groupId>
  8. <version>1.0.0</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>mybusiness</artifactId>
  12. <description>
  13. 业务模块
  14. </description>
  15. <dependencies>
  16. <!-- 通用工具-->
  17. <dependency>
  18. <groupId>com.leisp</groupId>
  19. <artifactId>leisp-common</artifactId>
  20. </dependency>
  21. <dependency>
  22. <groupId>com.leisp</groupId>
  23. <artifactId>leisp-system</artifactId>
  24. </dependency>
  25. <dependency>
  26. <groupId>com.leisp</groupId>
  27. <artifactId>leisp-framework</artifactId>
  28. </dependency>
  29. <!--<dependency>-->
  30. <!--<groupId>com.leisp</groupId>-->
  31. <!--<artifactId>leisp-admin</artifactId>-->
  32. <!--</dependency>-->
  33. </dependencies>
  34. </project>