pom.xml 1.1 KB

12345678910111213141516171819202122232425262728
  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>datax-cloud</artifactId>
  7. <groupId>cn.datax</groupId>
  8. <version>2.0.0</version>
  9. </parent>
  10. <packaging>pom</packaging>
  11. <modelVersion>4.0.0</modelVersion>
  12. <version>2.0.0</version>
  13. <artifactId>datax-common</artifactId>
  14. <modules>
  15. <module>datax-common-redis</module>
  16. <module>datax-common-core</module>
  17. <module>datax-common-mybatis</module>
  18. <module>datax-common-security</module>
  19. <module>datax-common-log</module>
  20. <module>datax-common-database</module>
  21. <module>datax-common-office</module>
  22. <module>datax-common-dictionary</module>
  23. <module>datax-common-qrcode</module>
  24. <module>datax-common-jasperreport</module>
  25. <module>datax-common-rabbitmq</module>
  26. </modules>
  27. </project>