pom.xml 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. ~ Copyright (c) 2014, 2023, Chengdu Minto Technology Co.,LTD. All rights reserved.
  4. ~ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  5. -->
  6. <project xmlns="http://maven.apache.org/POM/4.0.0"
  7. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  8. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  9. <parent>
  10. <artifactId>tip-service</artifactId>
  11. <groupId>com.minto</groupId>
  12. <version>standard_V8.0_SP1_feature_M7</version>
  13. </parent>
  14. <modelVersion>4.0.0</modelVersion>
  15. <artifactId>minto-tip-workflow</artifactId>
  16. <properties>
  17. </properties>
  18. <dependencies>
  19. <!-- jbpm -->
  20. <dependency>
  21. <groupId>com.github.albfernandez</groupId>
  22. <artifactId>jbpm-jpdl</artifactId>
  23. <exclusions>
  24. <exclusion>
  25. <groupId>net.sf.ehcache</groupId>
  26. <artifactId>ehcache-core</artifactId>
  27. </exclusion>
  28. <exclusion>
  29. <artifactId>slf4j-log4j12</artifactId>
  30. <groupId>org.slf4j</groupId>
  31. </exclusion>
  32. <exclusion>
  33. <artifactId>commons-logging</artifactId>
  34. <groupId>commons-logging</groupId>
  35. </exclusion>
  36. <exclusion>
  37. <artifactId>jackrabbit-core</artifactId>
  38. <groupId>org.apache.jackrabbit</groupId>
  39. </exclusion>
  40. <exclusion>
  41. <artifactId>hibernate-ehcache</artifactId>
  42. <groupId>org.hibernate</groupId>
  43. </exclusion>
  44. </exclusions>
  45. </dependency>
  46. <dependency>
  47. <groupId>org.springmodules</groupId>
  48. <artifactId>spring-modules-jbpm31</artifactId>
  49. </dependency>
  50. </dependencies>
  51. </project>