pom.xml 951 B

12345678910111213141516171819202122232425262728
  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"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <packaging>pom</packaging>
  6. <parent>
  7. <groupId>com.tzld.commons</groupId>
  8. <artifactId>supom</artifactId>
  9. <version>1.0.9</version>
  10. </parent>
  11. <groupId>com.tzld.piaoquan</groupId>
  12. <artifactId>recommend-model</artifactId>
  13. <version>1.0.0</version>
  14. <name>recommend-model</name>
  15. <description>recommend-model</description>
  16. <modules>
  17. <module>recommend-model-client</module>
  18. <module>recommend-model-produce</module>
  19. <module>recommend-model-service</module>
  20. <module>recommend-model-jni</module>
  21. </modules>
  22. <dependencies>
  23. </dependencies>
  24. </project>