pom.xml 1.0 KB

123456789101112131415161718192021222324252627282930313233
  1. <project xmlns="http://maven.apache.org/POM/4.0.0"
  2. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <parent>
  6. <groupId>cn.superdesk.uniorder</groupId>
  7. <artifactId>superdesk-operation-center</artifactId>
  8. <version>0.0.1-SNAPSHOT</version>
  9. </parent>
  10. <artifactId>superdesk-uniorder-openapicall-thirdpart-szhtxx-paperInvoice-dto</artifactId>
  11. <dependencies>
  12. <dependency>
  13. <groupId>cn.superdesk.uniorder</groupId>
  14. <artifactId>superdesk-uniorder-common-json</artifactId>
  15. <version>${project.parent.version}</version>
  16. </dependency>
  17. <dependency>
  18. <groupId>cn.superdesk.uniorder</groupId>
  19. <artifactId>superdesk-uniorder-common-xml</artifactId>
  20. <version>${project.parent.version}</version>
  21. </dependency>
  22. </dependencies>
  23. </project>