pom.xml 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  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>hsweb-system-workflow</artifactId>
  7. <groupId>org.hswebframework.web</groupId>
  8. <version>3.0-SNAPSHOT</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>hsweb-system-workflow-flowable-modeler</artifactId>
  12. <dependencies>
  13. <dependency>
  14. <groupId>org.hswebframework.web</groupId>
  15. <artifactId>hsweb-authorization-api</artifactId>
  16. <version>${project.version}</version>
  17. </dependency>
  18. <dependency>
  19. <groupId>org.hswebframework.web</groupId>
  20. <artifactId>hsweb-commons-controller</artifactId>
  21. <version>${project.version}</version>
  22. </dependency>
  23. <dependency>
  24. <groupId>org.hswebframework.web</groupId>
  25. <artifactId>hsweb-system-workflow-flowable</artifactId>
  26. <version>${project.version}</version>
  27. </dependency>
  28. <!--<dependency>-->
  29. <!--<groupId>org.flowable</groupId>-->
  30. <!--<artifactId>flowable-ui-modeler-conf</artifactId>-->
  31. <!--<version>${flowable.version}</version>-->
  32. <!--</dependency>-->
  33. <!--<dependency>-->
  34. <!--<groupId>org.flowable</groupId>-->
  35. <!--<artifactId>flowable-ui-modeler-rest</artifactId>-->
  36. <!--<version>${flowable.version}</version>-->
  37. <!--<exclusions>-->
  38. <!--&lt;!&ndash;<exclusion>&ndash;&gt;-->
  39. <!--&lt;!&ndash;<groupId>org.flowable</groupId>&ndash;&gt;-->
  40. <!--&lt;!&ndash;<artifactId>flowable-ui-modeler-logic</artifactId>&ndash;&gt;-->
  41. <!--&lt;!&ndash;</exclusion>&ndash;&gt;-->
  42. <!--<exclusion>-->
  43. <!--<groupId>org.mybatis</groupId>-->
  44. <!--<artifactId>mybatis</artifactId>-->
  45. <!--</exclusion>-->
  46. <!--<exclusion>-->
  47. <!--<groupId>org.mybatis</groupId>-->
  48. <!--<artifactId>mybatis-spring</artifactId>-->
  49. <!--</exclusion>-->
  50. <!--<exclusion>-->
  51. <!--<groupId>org.springframework.security</groupId>-->
  52. <!--<artifactId>spring-security-core</artifactId>-->
  53. <!--</exclusion>-->
  54. <!--<exclusion>-->
  55. <!--<groupId>org.springframework.security</groupId>-->
  56. <!--<artifactId>spring-security-config</artifactId>-->
  57. <!--</exclusion>-->
  58. <!--<exclusion>-->
  59. <!--<groupId>org.springframework.security</groupId>-->
  60. <!--<artifactId>spring-security-crypto</artifactId>-->
  61. <!--</exclusion>-->
  62. <!--<exclusion>-->
  63. <!--<groupId>org.springframework.security</groupId>-->
  64. <!--<artifactId>spring-security-web</artifactId>-->
  65. <!--</exclusion>-->
  66. <!--</exclusions>-->
  67. <!--</dependency>-->
  68. <!--<dependency>-->
  69. <!--<groupId>org.hswebframework.web</groupId>-->
  70. <!--<artifactId>hsweb-spring-boot-starter</artifactId>-->
  71. <!--<version>${project.version}</version>-->
  72. <!--</dependency>-->
  73. <dependency>
  74. <groupId>org.hswebframework.web</groupId>
  75. <artifactId>hsweb-commons-dao-mybatis</artifactId>
  76. <version>${project.version}</version>
  77. </dependency>
  78. <dependency>
  79. <groupId>org.flowable</groupId>
  80. <artifactId>flowable-bpmn-model</artifactId>
  81. <version>${flowable.version}</version>
  82. </dependency>
  83. <dependency>
  84. <groupId>org.flowable</groupId>
  85. <artifactId>flowable-bpmn-converter</artifactId>
  86. <version>${flowable.version}</version>
  87. </dependency>
  88. <dependency>
  89. <groupId>org.flowable</groupId>
  90. <artifactId>flowable-json-converter</artifactId>
  91. <version>${flowable.version}</version>
  92. </dependency>
  93. <dependency>
  94. <groupId>org.flowable</groupId>
  95. <artifactId>flowable-bpmn-layout</artifactId>
  96. <version>${flowable.version}</version>
  97. </dependency>
  98. <!--<dependency>-->
  99. <!--<groupId>org.flowable</groupId>-->
  100. <!--<artifactId>flowable-form-model</artifactId>-->
  101. <!--<version>${flowable.version}</version>-->
  102. <!--</dependency>-->
  103. <!--<dependency>-->
  104. <!--<groupId>org.flowable</groupId>-->
  105. <!--<artifactId>flowable-form-json-converter</artifactId>-->
  106. <!--<version>${flowable.version}</version>-->
  107. <!--</dependency>-->
  108. <!--<dependency>-->
  109. <!--<groupId>org.flowable</groupId>-->
  110. <!--<artifactId>flowable-dmn-model</artifactId>-->
  111. <!--<version>${flowable.version}</version>-->
  112. <!--</dependency>-->
  113. <!--<dependency>-->
  114. <!--<groupId>org.flowable</groupId>-->
  115. <!--<artifactId>flowable-dmn-xml-converter</artifactId>-->
  116. <!--<version>${flowable.version}</version>-->
  117. <!--</dependency>-->
  118. <!--<dependency>-->
  119. <!--<groupId>org.flowable</groupId>-->
  120. <!--<artifactId>flowable-dmn-json-converter</artifactId>-->
  121. <!--<version>${flowable.version}</version>-->
  122. <!--</dependency>-->
  123. <dependency>
  124. <groupId>com.h2database</groupId>
  125. <artifactId>h2</artifactId>
  126. <scope>test</scope>
  127. </dependency>
  128. <dependency>
  129. <groupId>com.alibaba</groupId>
  130. <artifactId>druid</artifactId>
  131. <version>1.0.26</version>
  132. <scope>test</scope>
  133. </dependency>
  134. <dependency>
  135. <groupId>org.springframework.boot</groupId>
  136. <artifactId>spring-boot-starter-web</artifactId>
  137. <scope>test</scope>
  138. </dependency>
  139. <dependency>
  140. <groupId>org.springframework.boot</groupId>
  141. <artifactId>spring-boot-starter-logging</artifactId>
  142. <scope>test</scope>
  143. </dependency>
  144. </dependencies>
  145. </project>