pom.xml 1.2 KB

1234567891011121314151617181920212223242526272829303132
  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. <parent>
  6. <artifactId>jeeplus-api</artifactId>
  7. <groupId>org.jeeplus</groupId>
  8. <version>9.0</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>jeeplus-system-api</artifactId>
  12. <dependencies>
  13. <dependency>
  14. <groupId>org.jeeplus</groupId>
  15. <artifactId>jeeplus-common-core</artifactId>
  16. <version>${project.parent.version}</version>
  17. </dependency>
  18. <dependency>
  19. <groupId>org.flowable</groupId>
  20. <artifactId>flowable-json-converter</artifactId>
  21. <version>6.7.2</version>
  22. </dependency>
  23. <!-- <dependency>-->
  24. <!-- <groupId>org.flowable</groupId>-->
  25. <!-- <artifactId>flowable-spring-boot-starter-process-rest</artifactId>-->
  26. <!-- <version>6.7.2</version>-->
  27. <!-- <scope>provided</scope>-->
  28. <!-- </dependency>-->
  29. </dependencies>
  30. </project>