pom.xml 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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>zd-bottle-parent</artifactId>
  7. <groupId>com.zd</groupId>
  8. <version>3.1.0</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>zd-bottle-api</artifactId>
  12. <packaging>jar</packaging>
  13. <dependencies>
  14. <!-- zd Common DataSource -->
  15. <dependency>
  16. <groupId>com.zd</groupId>
  17. <artifactId>zd-common-datasource</artifactId>
  18. </dependency>
  19. <!-- zd Common DataScope -->
  20. <dependency>
  21. <groupId>com.zd</groupId>
  22. <artifactId>zd-common-datascope</artifactId>
  23. </dependency>
  24. <!-- zd Common Log -->
  25. <dependency>
  26. <groupId>com.zd</groupId>
  27. <artifactId>zd-common-log</artifactId>
  28. </dependency>
  29. <!-- zd Common Swagger -->
  30. <dependency>
  31. <groupId>com.zd</groupId>
  32. <artifactId>zd-common-swagger</artifactId>
  33. </dependency>
  34. </dependencies>
  35. </project>