pom.xml 950 B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="UTF-8"?>
  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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <parent>
  6. <groupId>com.Server_echoBizlink</groupId>
  7. <artifactId>Server_echoBizlink-parent</artifactId>
  8. <version>0.0.1-SNAPSHOT</version>
  9. <relativePath>../Server_echoBizlink-parent</relativePath>
  10. </parent>
  11. <artifactId>Server_echoBizlink-workorder</artifactId>
  12. <name>Server_echoBizlink-workorder</name>
  13. <description>Server_echoBizlink-workorder</description>
  14. <packaging>pom</packaging>
  15. <modules>
  16. <module>Server_echoBizlink-workorder-api</module>
  17. <module>Server_echoBizlink-workorder-model</module>
  18. <module>Server_echoBizlink-workorder-service</module>
  19. </modules>
  20. </project>