pom.xml 857 B

12345678910111213141516171819202122232425
  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. <modelVersion>4.0.0</modelVersion>
  4. <packaging>pom</packaging>
  5. <parent>
  6. <groupId>com.tzld.commons</groupId>
  7. <artifactId>supom</artifactId>
  8. <version>1.0.9</version>
  9. </parent>
  10. <groupId>com.tzld.piaoquan</groupId>
  11. <artifactId>recommend-server</artifactId>
  12. <version>1.0.0</version>
  13. <name>recommend-server</name>
  14. <description>recommend-server</description>
  15. <modules>
  16. <module>recommend-server-service</module>
  17. <module>recommend-server-client</module>
  18. </modules>
  19. <dependencies>
  20. </dependencies>
  21. </project>