pom.xml 545 B

123456789101112131415161718
  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2. 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. <parent>
  5. <groupId>cn.superdesk.uniorder</groupId>
  6. <artifactId>superdesk-operation-center</artifactId>
  7. <version>0.0.1-SNAPSHOT</version>
  8. </parent>
  9. <artifactId>superdesk-uniorder-common-xml</artifactId>
  10. <dependencies>
  11. </dependencies>
  12. </project>