pom.xml 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319
  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  2. <modelVersion>4.0.0</modelVersion>
  3. <parent>
  4. <groupId>com.platomix</groupId>
  5. <artifactId>platomix-pom</artifactId>
  6. <version>1.0.0</version>
  7. <relativePath />
  8. </parent>
  9. <artifactId>platomix-gmetry-workflow</artifactId>
  10. <properties>
  11. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  12. <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
  13. <maven.compiler.encoding>UTF-8</maven.compiler.encoding>
  14. <maven.compiler.source>1.8</maven.compiler.source>
  15. <maven.compiler.target>1.8</maven.compiler.target>
  16. <maven.test.skip>true</maven.test.skip>
  17. <maven-source-plugin.version>3.2.1</maven-source-plugin.version>
  18. <maven-javadoc-plugin.version>3.4.0</maven-javadoc-plugin.version>
  19. <maven-gpg-plugin.version>3.0.1</maven-gpg-plugin.version>
  20. <flowable.version>6.6.0</flowable.version>
  21. </properties>
  22. <dependencies>
  23. <dependency>
  24. <groupId>com.platomix</groupId>
  25. <artifactId>platomix-gmetry-framework</artifactId>
  26. <version>1.0.6</version>
  27. </dependency>
  28. <dependency>
  29. <groupId>com.platomix</groupId>
  30. <artifactId>platomix-gmetry-system-client</artifactId>
  31. <version>1.0.0</version>
  32. </dependency>
  33. <dependency>
  34. <groupId>com.platomix</groupId>
  35. <artifactId>platomix-gmetry-bi-client</artifactId>
  36. <version>1.0.2</version>
  37. </dependency>
  38. <dependency>
  39. <groupId>cn.dev33</groupId>
  40. <artifactId>sqlfly-spring</artifactId>
  41. <version>1.0.0</version>
  42. </dependency>
  43. <dependency>
  44. <groupId>com.clickhouse</groupId>
  45. <artifactId>clickhouse-jdbc</artifactId>
  46. </dependency>
  47. <dependency>
  48. <groupId>mysql</groupId>
  49. <artifactId>mysql-connector-java</artifactId>
  50. </dependency>
  51. <dependency>
  52. <groupId>com.oracle</groupId>
  53. <artifactId>ojdbc7</artifactId>
  54. </dependency>
  55. <dependency>
  56. <groupId>org.postgresql</groupId>
  57. <artifactId>postgresql</artifactId>
  58. </dependency>
  59. <!-- workflow star -->
  60. <dependency>
  61. <groupId>io.minio</groupId>
  62. <artifactId>minio</artifactId>
  63. <version>8.1.0</version>
  64. </dependency>
  65. <dependency>
  66. <groupId>com.google.zxing</groupId>
  67. <artifactId>core</artifactId>
  68. <version>3.5.0</version>
  69. </dependency>
  70. <dependency>
  71. <groupId>com.github.oshi</groupId>
  72. <artifactId>oshi-core</artifactId>
  73. <version>5.2.4</version>
  74. </dependency>
  75. <dependency>
  76. <groupId>net.coobird</groupId>
  77. <artifactId>thumbnailator</artifactId>
  78. <version>0.4.8</version>
  79. </dependency>
  80. <!-- 消息 -->
  81. <dependency>
  82. <groupId>com.tencentcloudapi</groupId>
  83. <artifactId>tencentcloud-sdk-java</artifactId>
  84. <version>3.1.278</version>
  85. </dependency>
  86. <dependency>
  87. <groupId>com.aliyun</groupId>
  88. <artifactId>aliyun-java-sdk-dysmsapi</artifactId>
  89. <version>2.1.0</version>
  90. </dependency>
  91. <dependency>
  92. <groupId>com.aliyun</groupId>
  93. <artifactId>aliyun-java-sdk-core</artifactId>
  94. <version>2.1.0</version>
  95. </dependency>
  96. <dependency>
  97. <groupId>dingtalk-sdk-java</groupId>
  98. <artifactId>taobao-sdk-java</artifactId>
  99. <version>1.0</version>
  100. </dependency>
  101. <dependency>
  102. <groupId>dingtalk-sdk-java</groupId>
  103. <artifactId>taobao-sdk-java-source</artifactId>
  104. <version>1.0</version>
  105. </dependency>
  106. <dependency>
  107. <groupId>com.belerweb</groupId>
  108. <artifactId>pinyin4j</artifactId>
  109. <version>2.5.0</version>
  110. </dependency>
  111. <dependency>
  112. <groupId>org.springframework.boot</groupId>
  113. <artifactId>spring-boot-starter-websocket</artifactId>
  114. </dependency>
  115. <dependency>
  116. <groupId>cn.afterturn</groupId>
  117. <artifactId>easypoi-base</artifactId>
  118. <version>4.0.0</version>
  119. </dependency>
  120. <dependency>
  121. <groupId>org.apache.poi</groupId>
  122. <artifactId>poi-ooxml</artifactId>
  123. <version>4.0.0</version> <!--$NO-MVN-MAN-VER$-->
  124. </dependency>
  125. <!-- flowable start-->
  126. <dependency>
  127. <groupId>org.flowable</groupId>
  128. <artifactId>flowable-spring-boot-starter</artifactId>
  129. <version>${flowable.version}</version>
  130. <exclusions>
  131. <exclusion>
  132. <groupId>org.flowable</groupId>
  133. <artifactId>flowable-spring-boot-starter-app</artifactId>
  134. </exclusion>
  135. <exclusion>
  136. <groupId>org.flowable</groupId>
  137. <artifactId>flowable-form-spring-configurator</artifactId>
  138. </exclusion>
  139. <exclusion>
  140. <groupId>org.flowable</groupId>
  141. <artifactId>flowable-idm-spring-configurator</artifactId>
  142. </exclusion>
  143. <exclusion>
  144. <artifactId>mybatis</artifactId>
  145. <groupId>org.mybatis</groupId>
  146. </exclusion>
  147. </exclusions>
  148. </dependency>
  149. <dependency>
  150. <groupId>org.flowable</groupId>
  151. <artifactId>flowable-bpmn-model</artifactId>
  152. <version>${flowable.version}</version>
  153. <scope>compile</scope>
  154. </dependency>
  155. <dependency>
  156. <groupId>org.flowable</groupId>
  157. <artifactId>flowable-json-converter</artifactId>
  158. <version>${flowable.version}</version>
  159. <scope>compile</scope>
  160. </dependency>
  161. <dependency>
  162. <groupId>org.flowable</groupId>
  163. <artifactId>flowable-bpmn-converter</artifactId>
  164. <version>${flowable.version}</version>
  165. <scope>compile</scope>
  166. </dependency>
  167. <!--activiti modeler 5.22 end-->
  168. <!-- 自动布局jar 包-->
  169. <dependency>
  170. <groupId>org.flowable</groupId>
  171. <artifactId>flowable-bpmn-layout</artifactId>
  172. <version>${flowable.version}</version>
  173. </dependency>
  174. <!-- flowable end -->
  175. <dependency>
  176. <groupId>org.quartz-scheduler</groupId>
  177. <artifactId>quartz</artifactId>
  178. </dependency>
  179. <dependency>
  180. <groupId>net.sourceforge.htmlcleaner</groupId>
  181. <artifactId>htmlcleaner</artifactId>
  182. <version>2.22</version>
  183. </dependency>
  184. <!-- dom4j-->
  185. <dependency>
  186. <groupId>dom4j</groupId>
  187. <artifactId>dom4j</artifactId>
  188. <version>1.6.1</version>
  189. </dependency>
  190. <!--Spring Mail -->
  191. <dependency>
  192. <groupId>org.springframework.boot</groupId>
  193. <artifactId>spring-boot-starter-mail</artifactId>
  194. </dependency>
  195. <dependency>
  196. <groupId>org.codehaus.groovy</groupId>
  197. <artifactId>groovy</artifactId>
  198. </dependency>
  199. <dependency>
  200. <groupId>org.kohsuke</groupId>
  201. <artifactId>groovy-sandbox</artifactId>
  202. <version>1.6</version>
  203. </dependency>
  204. <!-- workflow end -->
  205. <!-- 工具类大全 - 在线文档:https://hutool.cn/docs/#/ -->
  206. <dependency>
  207. <groupId>cn.hutool</groupId>
  208. <artifactId>hutool-all</artifactId>
  209. </dependency>
  210. <dependency>
  211. <groupId>com.alibaba</groupId>
  212. <artifactId>fastjson</artifactId>
  213. <version>1.2.83</version>
  214. </dependency>
  215. <!-- Mybatis-Plus -->
  216. <dependency>
  217. <groupId>com.baomidou</groupId>
  218. <artifactId>mybatis-plus-boot-starter</artifactId>
  219. </dependency>
  220. <dependency>
  221. <groupId>com.baomidou</groupId>
  222. <artifactId>mybatis-plus-extension</artifactId>
  223. <version>3.4.2</version>
  224. </dependency>
  225. <dependency>
  226. <groupId>com.baomidou</groupId>
  227. <artifactId>mybatis-plus-generator</artifactId>
  228. <version>3.3.2</version>
  229. </dependency>
  230. <dependency>
  231. <groupId>org.apache.velocity</groupId>
  232. <artifactId>velocity</artifactId>
  233. <version>1.7</version>
  234. <scope>provided</scope>
  235. </dependency>
  236. <!-- lombok -->
  237. <dependency>
  238. <groupId>org.projectlombok</groupId>
  239. <artifactId>lombok</artifactId>
  240. <scope>provided</scope>
  241. </dependency>
  242. <dependency>
  243. <groupId>com.baomidou</groupId>
  244. <artifactId>dynamic-datasource-spring-boot-starter</artifactId>
  245. </dependency>
  246. <!-- easy excel -->
  247. <dependency>
  248. <groupId>com.alibaba</groupId>
  249. <artifactId>easyexcel</artifactId>
  250. </dependency>
  251. </dependencies>
  252. <build>
  253. <finalName>platomix-gmetry-workflow</finalName>
  254. <plugins>
  255. <plugin>
  256. <groupId>org.springframework.boot</groupId>
  257. <artifactId>spring-boot-maven-plugin</artifactId>
  258. <configuration>
  259. <finalName>${project.build.finalName}</finalName>
  260. <layers>
  261. <enabled>true</enabled>
  262. </layers>
  263. </configuration>
  264. <executions>
  265. <execution>
  266. <goals>
  267. <goal>repackage</goal>
  268. </goals>
  269. </execution>
  270. </executions>
  271. </plugin>
  272. <plugin>
  273. <groupId>org.apache.maven.plugins</groupId>
  274. <artifactId>maven-compiler-plugin</artifactId>
  275. <configuration>
  276. <source>${java.version}</source>
  277. <target>${java.version}</target>
  278. <encoding>UTF-8</encoding>
  279. <compilerArgs>
  280. <arg>-parameters</arg>
  281. </compilerArgs>
  282. </configuration>
  283. </plugin>
  284. </plugins>
  285. </build>
  286. <repositories>
  287. <repository>
  288. <id>alimaven</id>
  289. <name>aliyun maven</name>
  290. <url>https://maven.aliyun.com/repository/public/</url>
  291. <snapshots>
  292. <enabled>false</enabled>
  293. </snapshots>
  294. </repository>
  295. <repository>
  296. <id>platomix-release</id>
  297. <name>NexusReleases</name>
  298. <url>http://windata.platomix.net/nexus/repository/maven-public/</url>
  299. </repository>
  300. <repository>
  301. <id>jnpfsoft-snapshots</id>
  302. <name>jnpfsoft-snapshots</name>
  303. <url>https://repository.jnpfsoft.com/repository/maven-public/</url>
  304. </repository>
  305. </repositories>
  306. </project>