pom.xml 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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>common</artifactId>
  7. <groupId>com.serbia</groupId>
  8. <version>1.0.0</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>common-flow</artifactId>
  12. <version>1.0.0</version>
  13. <name>common-flow</name>
  14. <packaging>jar</packaging>
  15. <dependencies>
  16. <dependency>
  17. <groupId>com.serbia</groupId>
  18. <artifactId>common-satoken</artifactId>
  19. <version>1.0.0</version>
  20. </dependency>
  21. <dependency>
  22. <groupId>com.serbia</groupId>
  23. <artifactId>common-dbutil</artifactId>
  24. <version>1.0.0</version>
  25. </dependency>
  26. <dependency>
  27. <groupId>com.serbia</groupId>
  28. <artifactId>common-datafilter</artifactId>
  29. <version>1.0.0</version>
  30. </dependency>
  31. <dependency>
  32. <groupId>com.serbia</groupId>
  33. <artifactId>common-sequence</artifactId>
  34. <version>1.0.0</version>
  35. </dependency>
  36. <dependency>
  37. <groupId>com.serbia</groupId>
  38. <artifactId>common-log</artifactId>
  39. <version>1.0.0</version>
  40. </dependency>
  41. <dependency>
  42. <groupId>com.serbia</groupId>
  43. <artifactId>common-swagger</artifactId>
  44. <version>1.0.0</version>
  45. </dependency>
  46. <dependency>
  47. <groupId>org.flowable</groupId>
  48. <artifactId>flowable-spring-boot-starter-process</artifactId>
  49. <version>${flowable.version}</version>
  50. </dependency>
  51. </dependencies>
  52. </project>