pom.xml 867 B

1234567891011121314151617181920212223242526
  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-feature</artifactId>
  13. <version>1.0.0</version>
  14. <name>recommend-feature</name>
  15. <description>recommend-feature</description>
  16. <modules>
  17. <module>recommend-feature-service</module>
  18. <module>recommend-feature-client</module>
  19. </modules>
  20. <dependencies>
  21. </dependencies>
  22. </project>