pom.xml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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>hzgzpt</artifactId>
  7. <groupId>com.miaxis</groupId>
  8. <version>3.2.1</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>hzgzpt-service-app</artifactId>
  12. <dependencies>
  13. <!-- 通用工具-->
  14. <dependency>
  15. <groupId>com.miaxis</groupId>
  16. <artifactId>hzgzpt-common</artifactId>
  17. </dependency>
  18. <!-- 核心模块-->
  19. <dependency>
  20. <groupId>com.miaxis</groupId>
  21. <artifactId>hzgzpt-framework</artifactId>
  22. </dependency>
  23. <!-- https://mvnrepository.com/artifact/commons-httpclient/commons-httpclient -->
  24. <dependency>
  25. <groupId>commons-httpclient</groupId>
  26. <artifactId>commons-httpclient</artifactId>
  27. <version>3.1</version>
  28. </dependency>
  29. </dependencies>
  30. </project>