pom.xml 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. <modelVersion>4.0.0</modelVersion>
  6. <parent>
  7. <groupId>com.persagy</groupId>
  8. <artifactId>adm-business</artifactId>
  9. <version>1.0.0</version>
  10. </parent>
  11. <groupId>com.persagy</groupId>
  12. <artifactId>meiku</artifactId>
  13. <version>1.0.0</version>
  14. <dependencies>
  15. <!-- 配置中心(包含注册中心) -->
  16. <dependency>
  17. <groupId>com.persagy</groupId>
  18. <artifactId>integrated-config-client</artifactId>
  19. </dependency>
  20. <!-- 项目启动 -->
  21. <dependency>
  22. <groupId>com.persagy</groupId>
  23. <artifactId>dmp-server</artifactId>
  24. </dependency>
  25. <dependency>
  26. <groupId>com.persagy</groupId>
  27. <artifactId>dmp-mybatis</artifactId>
  28. </dependency>
  29. <dependency>
  30. <groupId>com.persagy</groupId>
  31. <artifactId>dmp-digital-starter</artifactId>
  32. </dependency>
  33. <dependency>
  34. <groupId>com.persagy</groupId>
  35. <artifactId>dmp-file-starter</artifactId>
  36. </dependency>
  37. </dependencies>
  38. </project>