pom.xml 650 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  3. <parent>
  4. <artifactId>usky-data</artifactId>
  5. <groupId>com.usky</groupId>
  6. <version>0.0.1</version>
  7. </parent>
  8. <modelVersion>4.0.0</modelVersion>
  9. <artifactId>data-writer-mysql</artifactId>
  10. <packaging>pom</packaging>
  11. <modules>
  12. <module>data-writer-mysql-biz</module>
  13. <module>data-writer-mysql-api</module>
  14. </modules>
  15. </project>