pom.xml 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  3. <modelVersion>4.0.0</modelVersion>
  4. <parent>
  5. <artifactId>xx-user-java</artifactId>
  6. <groupId>com.xxh.cloud</groupId>
  7. <version>1.0.0</version>
  8. </parent>
  9. <artifactId>log-framework</artifactId>
  10. <packaging>jar</packaging>
  11. <dependencies>
  12. <dependency>
  13. <groupId>com.xxh.cloud</groupId>
  14. <artifactId>xx-config-framework</artifactId>
  15. </dependency>
  16. <dependency>
  17. <groupId>com.xxh.cloud</groupId>
  18. <artifactId>xx-config-mybatisplus</artifactId>
  19. </dependency>
  20. <!-- <dependency>-->
  21. <!-- <groupId>com.xxh.cloud</groupId>-->
  22. <!-- <artifactId>user-client-api</artifactId>-->
  23. <!-- </dependency>-->
  24. <!-- <dependency>-->
  25. <!-- <groupId>com.xxh.cloud</groupId>-->
  26. <!-- <artifactId>basic-client-api</artifactId>-->
  27. <!-- </dependency>-->
  28. </dependencies>
  29. </project>