pom.xml 1.3 KB

123456789101112131415161718192021222324252627282930313233
  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.3.0</version>
  9. <name>hos-camel</name>
  10. <description>IEP内置业务流程编排模块,本部分内容的维护主要是为了保证代码的完整性。后期如果使用编排工具后,这部分内容是不需要的。</description>
  11. <parent>
  12. <groupId>com.yihu.hos</groupId>
  13. <artifactId>hos-web-camel-dependencies</artifactId>
  14. <version>1.3.0</version>
  15. <relativePath>../hos-web-camel-dependencies</relativePath> <!-- lookup parent from repository -->
  16. </parent>
  17. <dependencies>
  18. <dependency>
  19. <groupId>net.sf.json-lib</groupId>
  20. <artifactId>json-lib</artifactId>
  21. <version>2.4</version>
  22. </dependency>
  23. <dependency>
  24. <groupId>dom4j</groupId>
  25. <artifactId>dom4j</artifactId>
  26. <version>1.6.1</version>
  27. </dependency>
  28. </dependencies>
  29. </project>