pom.xml 836 B

123456789101112131415161718192021222324
  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.long.article</groupId>
  11. <artifactId>long-article-recommend</artifactId>
  12. <version>1.0.0</version>
  13. <name>long-article-recommend</name>
  14. <description>long-article-recommend</description>
  15. <modules>
  16. <module>long-article-recommend-service</module>
  17. </modules>
  18. <dependencies>
  19. </dependencies>
  20. </project>