pom.xml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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>com.xtframe</groupId>
  6. <artifactId>xtproject-oa</artifactId>
  7. <version>0.1.3-SNAPSHOT</version>
  8. </parent>
  9. <artifactId>xtWorkflow-oa</artifactId>
  10. <dependencies>
  11. <dependency>
  12. <groupId>org.activiti</groupId>
  13. <artifactId>activiti-engine</artifactId>
  14. </dependency>
  15. <dependency>
  16. <groupId>org.activiti</groupId>
  17. <artifactId>activiti-spring</artifactId>
  18. </dependency>
  19. <dependency>
  20. <groupId>com.xtframe</groupId>
  21. <artifactId>xtSecurity-oa</artifactId>
  22. </dependency>
  23. <dependency>
  24. <groupId>com.xtframe</groupId>
  25. <artifactId>xtCore-oa</artifactId>
  26. </dependency>
  27. <dependency>
  28. <groupId>commons-io</groupId>
  29. <artifactId>commons-io</artifactId>
  30. </dependency>
  31. <dependency>
  32. <groupId>commons-beanutils</groupId>
  33. <artifactId>commons-beanutils</artifactId>
  34. <version>1.8.3</version>
  35. <exclusions>
  36. <exclusion>
  37. <groupId>commons-logging</groupId>
  38. <artifactId>commons-logging</artifactId>
  39. </exclusion>
  40. </exclusions>
  41. </dependency>
  42. </dependencies>
  43. <name>框架流程包</name>
  44. <description>提供统一的流程接口及其默认实现</description>
  45. </project>