pom.xml 1.2 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. <groupId>com.xxh.cloud.etl</groupId>
  6. <artifactId>healthy-etl</artifactId>
  7. <version>1.0.0</version>
  8. </parent>
  9. <artifactId>health-etl-config-web</artifactId>
  10. <packaging>jar</packaging>
  11. <properties>
  12. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  13. </properties>
  14. <dependencies>
  15. <dependency>
  16. <groupId>com.xxh.cloud</groupId>
  17. <artifactId>xx-config-web</artifactId>
  18. </dependency>
  19. <dependency>
  20. <groupId>com.xxh.cloud.etl</groupId>
  21. <artifactId>health-etl-config-framework</artifactId>
  22. <version>${project.version}</version>
  23. </dependency>
  24. <dependency>
  25. <groupId>com.xxh.cloud.etl</groupId>
  26. <artifactId>health-etl-execute-framework</artifactId>
  27. <version>${project.version}</version>
  28. </dependency>
  29. </dependencies>
  30. </project>