pom.xml 1.0 KB

123456789101112131415161718192021222324252627282930
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <modelVersion>4.0.0</modelVersion>
  6. <groupId>hos-camel</groupId>
  7. <artifactId>hos-camel</artifactId>
  8. <version>1.0-SNAPSHOT</version>
  9. <dependencies>
  10. <dependency>
  11. <groupId>net.sf.json-lib</groupId>
  12. <artifactId>json-lib</artifactId>
  13. <version>2.4</version>
  14. </dependency>
  15. <dependency>
  16. <groupId>dom4j</groupId>
  17. <artifactId>dom4j</artifactId>
  18. <version>1.6.1</version>
  19. </dependency>
  20. </dependencies>
  21. <parent>
  22. <groupId>com.yihu.hos</groupId>
  23. <artifactId>hos-web-camel-dependencies</artifactId>
  24. <version>1.1.1-SNAPSHOT</version>
  25. <relativePath>../hos-web-camel-dependencies</relativePath> <!-- lookup parent from repository -->
  26. </parent>
  27. </project>