Sin descripción
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

pom.xml 15KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412
  1. <project xmlns="http://maven.apache.org/POM/4.0.0"
  2. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <parent>
  6. <groupId>org.springframework.boot</groupId>
  7. <artifactId>spring-boot-starter-parent</artifactId>
  8. <version>1.5.13.RELEASE</version>
  9. <relativePath/>
  10. </parent>
  11. <groupId>workflow822</groupId>
  12. <artifactId>workflow822</artifactId>
  13. <packaging>jar</packaging>
  14. <version>0.1</version>
  15. <name>workflow</name>
  16. <description></description>
  17. <properties>
  18. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  19. <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
  20. <java.version>1.8</java.version>
  21. <flex.messaging.version>7.1.4</flex.messaging.version>
  22. </properties>
  23. <dependencies>
  24. <dependency>
  25. <groupId>cn.hutool</groupId>
  26. <artifactId>hutool-all</artifactId>
  27. <version>5.8.8</version>
  28. </dependency>
  29. <!--其他需要依赖的jar包-->
  30. <dependency>
  31. <groupId>org.springframework.boot</groupId>
  32. <artifactId>spring-boot-starter-web</artifactId>
  33. </dependency>
  34. <dependency>
  35. <groupId>org.springframework</groupId>
  36. <artifactId>spring-jdbc</artifactId>
  37. </dependency>
  38. <dependency>
  39. <groupId>org.springframework</groupId>
  40. <artifactId>spring-context-support</artifactId>
  41. </dependency>
  42. <dependency>
  43. <groupId>org.aspectj</groupId>
  44. <artifactId>aspectjrt</artifactId>
  45. <version>1.8.4</version>
  46. </dependency>
  47. <dependency>
  48. <groupId>org.aspectj</groupId>
  49. <artifactId>aspectjweaver</artifactId>
  50. <version>1.8.4</version>
  51. </dependency>
  52. <dependency>
  53. <groupId>backport-util-concurrent</groupId>
  54. <artifactId>backport-util-concurrent</artifactId>
  55. <version>3.1</version>
  56. </dependency>
  57. <dependency>
  58. <groupId>cglib</groupId>
  59. <artifactId>cglib</artifactId>
  60. <version>3.2.1</version>
  61. </dependency>
  62. <dependency>
  63. <groupId>commons-beanutils</groupId>
  64. <artifactId>commons-beanutils</artifactId>
  65. <version>1.8.3</version>
  66. </dependency>
  67. <dependency>
  68. <groupId>commons-codec</groupId>
  69. <artifactId>commons-codec</artifactId>
  70. <version>1.10</version>
  71. </dependency>
  72. <dependency>
  73. <groupId>commons-collections</groupId>
  74. <artifactId>commons-collections</artifactId>
  75. <version>3.2.2</version>
  76. </dependency>
  77. <dependency>
  78. <groupId>commons-fileupload</groupId>
  79. <artifactId>commons-fileupload</artifactId>
  80. <version>1.3</version>
  81. </dependency>
  82. <dependency>
  83. <groupId>commons-httpclient</groupId>
  84. <artifactId>commons-httpclient</artifactId>
  85. <version>3.1</version>
  86. </dependency>
  87. <dependency>
  88. <groupId>commons-io</groupId>
  89. <artifactId>commons-io</artifactId>
  90. <version>2.2</version>
  91. </dependency>
  92. <dependency>
  93. <groupId>org.apache.commons</groupId>
  94. <artifactId>commons-lang3</artifactId>
  95. <version>3.2.1</version>
  96. </dependency>
  97. <dependency>
  98. <groupId>commons-logging</groupId>
  99. <artifactId>commons-logging</artifactId>
  100. <version>1.1.1</version>
  101. </dependency>
  102. <dependency>
  103. <groupId>org.drools</groupId>
  104. <artifactId>drools-decisiontables</artifactId>
  105. <version>5.5.0.Final</version>
  106. </dependency>
  107. <dependency>
  108. <groupId>org.drools</groupId>
  109. <artifactId>drools-jsr94</artifactId>
  110. <version>5.5.0.Final</version>
  111. </dependency>
  112. <dependency>
  113. <groupId>com.alibaba</groupId>
  114. <artifactId>druid</artifactId>
  115. <version>1.1.10</version>
  116. </dependency>
  117. <dependency>
  118. <groupId>org.eclipse.jdt.core.compiler</groupId>
  119. <artifactId>ecj</artifactId>
  120. <version>3.5.1</version>
  121. </dependency>
  122. <dependency>
  123. <groupId>net.sf.ehcache</groupId>
  124. <artifactId>ehcache-jgroupsreplication</artifactId>
  125. <version>1.7</version>
  126. </dependency>
  127. <dependency>
  128. <groupId>com.alibaba</groupId>
  129. <artifactId>fastjson</artifactId>
  130. <version>1.2.51</version>
  131. </dependency>
  132. <dependency>
  133. <groupId>org.freemarker</groupId>
  134. <artifactId>freemarker</artifactId>
  135. <version>2.3.22</version>
  136. </dependency>
  137. <dependency>
  138. <groupId>javax.servlet.jsp</groupId>
  139. <artifactId>javax.servlet.jsp-api</artifactId>
  140. <version>2.2.1</version>
  141. <scope>provided</scope>
  142. </dependency>
  143. <dependency>
  144. <groupId>net.sf.json-lib</groupId>
  145. <artifactId>json-lib</artifactId>
  146. <version>2.4</version>
  147. <classifier>jdk15</classifier>
  148. </dependency>
  149. <dependency>
  150. <groupId>com.github.jsqlparser</groupId>
  151. <artifactId>jsqlparser</artifactId>
  152. <version>0.9.4</version>
  153. </dependency>
  154. <dependency>
  155. <groupId>org.apache.poi</groupId>
  156. <artifactId>poi</artifactId>
  157. <version>3.9</version>
  158. </dependency>
  159. <dependency>
  160. <groupId>com.alibaba</groupId>
  161. <artifactId>QLExpress</artifactId>
  162. <version>3.2.0</version>
  163. </dependency>
  164. <dependency>
  165. <groupId>org.yaml</groupId>
  166. <artifactId>snakeyaml</artifactId>
  167. <version>1.17</version>
  168. </dependency>
  169. <dependency>
  170. <groupId>org.antlr</groupId>
  171. <artifactId>stringtemplate</artifactId>
  172. <version>3.2.1</version>
  173. </dependency>
  174. <dependency>
  175. <groupId>org.apache.tomcat</groupId>
  176. <artifactId>tomcat-jdbc</artifactId>
  177. <version>7.0.73</version>
  178. </dependency>
  179. <dependency>
  180. <groupId>xom</groupId>
  181. <artifactId>xom</artifactId>
  182. <version>1.2.5</version>
  183. </dependency>
  184. <dependency>
  185. <groupId>xom</groupId>
  186. <artifactId>xom</artifactId>
  187. <version>1.2.5</version>
  188. <classifier>sources</classifier>
  189. </dependency>
  190. <dependency>
  191. <groupId>com.thoughtworks.xstream</groupId>
  192. <artifactId>xstream</artifactId>
  193. <version>1.4.1</version>
  194. </dependency>
  195. <dependency>
  196. <groupId>javax.jms</groupId>
  197. <artifactId>javax.jms-api</artifactId>
  198. <version>2.0.1</version>
  199. </dependency>
  200. <!-- <dependency>-->
  201. <!-- <groupId>com.oracle</groupId>-->
  202. <!-- <artifactId>ojdbc6</artifactId>-->
  203. <!-- <version>11.2.0.1.0</version>-->
  204. <!-- </dependency>-->
  205. <dependency>
  206. <groupId>com.oracle.database.jdbc</groupId>
  207. <artifactId>ojdbc8</artifactId>
  208. <version>19.22.0.0</version>
  209. </dependency>
  210. <dependency>
  211. <groupId>com.oracle.database.nls</groupId>
  212. <artifactId>orai18n</artifactId>
  213. <version>19.22.0.0</version>
  214. </dependency>
  215. <!--2023-3-2 8.2流程引擎jar包 start-->
  216. <dependency>
  217. <groupId>flex-messaging</groupId>
  218. <artifactId>flex-messaging-common</artifactId>
  219. <version>${flex.messaging.version}</version>
  220. <scope>system</scope>
  221. <systemPath>${basedir}/lib/horizon/flex-messaging-common-7.1.4.jar</systemPath>
  222. </dependency>
  223. <dependency>
  224. <groupId>flex-messaging</groupId>
  225. <artifactId>flex-messaging-core</artifactId>
  226. <version>${flex.messaging.version}</version>
  227. <scope>system</scope>
  228. <systemPath>${basedir}/lib/horizon/flex-messaging-core-7.1.4.jar</systemPath>
  229. </dependency>
  230. <dependency>
  231. <groupId>flex-messaging</groupId>
  232. <artifactId>flex-messaging-proxy</artifactId>
  233. <version>${flex.messaging.version}</version>
  234. <scope>system</scope>
  235. <systemPath>${basedir}/lib/horizon/flex-messaging-proxy-7.1.4.jar</systemPath>
  236. </dependency>
  237. <dependency>
  238. <groupId>flex-messaging</groupId>
  239. <artifactId>flex-messaging-remoting</artifactId>
  240. <version>${flex.messaging.version}</version>
  241. <scope>system</scope>
  242. <systemPath>${basedir}/lib/horizon/flex-messaging-remoting-7.1.4.jar</systemPath>
  243. </dependency>
  244. <dependency>
  245. <groupId>com.horizon</groupId>
  246. <artifactId>horizon-designer-flowchart</artifactId>
  247. <version>8.0</version>
  248. <scope>system</scope>
  249. <systemPath>${basedir}/lib/horizon/horizon-designer-flowchart-8.0.jar</systemPath>
  250. </dependency>
  251. <dependency>
  252. <groupId>com.horizon</groupId>
  253. <artifactId>horizon-extras</artifactId>
  254. <version>8.2</version>
  255. <scope>system</scope>
  256. <systemPath>${basedir}/lib/horizon/horizon-extras-8.2.jar</systemPath>
  257. </dependency>
  258. <dependency>
  259. <groupId>com.horizon</groupId>
  260. <artifactId>horizon-framework</artifactId>
  261. <version>8.2.2</version>
  262. <scope>system</scope>
  263. <systemPath>${basedir}/lib/horizon/horizon-framework-8.2.2.jar</systemPath>
  264. </dependency>
  265. <dependency>
  266. <groupId>com.horizon</groupId>
  267. <artifactId>horizon-language-zh_CN</artifactId>
  268. <version>8.2.2</version>
  269. <scope>system</scope>
  270. <systemPath>${basedir}/lib/horizon/horizon-language-zh_CN-8.2.2.jar</systemPath>
  271. </dependency>
  272. <dependency>
  273. <groupId>com.horizon</groupId>
  274. <artifactId>horizon-language-en</artifactId>
  275. <version>8.2.2</version>
  276. <scope>system</scope>
  277. <systemPath>${basedir}/lib/horizon/horizon-language-en-8.2.2.jar</systemPath>
  278. </dependency>
  279. <dependency>
  280. <groupId>com.horizon</groupId>
  281. <artifactId>horizon-language-pub</artifactId>
  282. <version>8.2.2</version>
  283. <scope>system</scope>
  284. <systemPath>${basedir}/lib/horizon/horizon-language-pub-8.2.2.jar</systemPath>
  285. </dependency>
  286. <dependency>
  287. <groupId>com.horizon</groupId>
  288. <artifactId>horizon-plugins</artifactId>
  289. <version>8.0</version>
  290. <scope>system</scope>
  291. <systemPath>${basedir}/lib/horizon/horizon-plugins-8.0.jar</systemPath>
  292. </dependency>
  293. <dependency>
  294. <groupId>com.horizon</groupId>
  295. <artifactId>horizon-tenant-extras</artifactId>
  296. <version>8.2.2</version>
  297. <scope>system</scope>
  298. <systemPath>${basedir}/lib/horizon/horizon-tenant-extras-8.2.2.jar</systemPath>
  299. </dependency>
  300. <dependency>
  301. <groupId>com.horizon</groupId>
  302. <artifactId>horizon-workflow-conf</artifactId>
  303. <version>8.2.2</version>
  304. <scope>system</scope>
  305. <systemPath>${basedir}/lib/horizon/horizon-workflow-conf-8.2.2.jar</systemPath>
  306. </dependency>
  307. <dependency>
  308. <groupId>com.horizon</groupId>
  309. <artifactId>horizon-workflow-core</artifactId>
  310. <version>8.2.2</version>
  311. <scope>system</scope>
  312. <systemPath>${basedir}/lib/horizon/horizon-workflow-core-8.2.2.jar</systemPath>
  313. </dependency>
  314. <dependency>
  315. <groupId>com.horizon</groupId>
  316. <artifactId>horizon-workflow-designer</artifactId>
  317. <version>8.1</version>
  318. <scope>system</scope>
  319. <systemPath>${basedir}/lib/horizon/horizon-workflow-designer-8.1.jar</systemPath>
  320. </dependency>
  321. <dependency>
  322. <groupId>com.horizon</groupId>
  323. <artifactId>horizon-workflow-extend</artifactId>
  324. <version>8.2.2</version>
  325. <scope>system</scope>
  326. <systemPath>${basedir}/lib/horizon/horizon-workflow-extend-8.2.2.jar</systemPath>
  327. </dependency>
  328. <dependency>
  329. <groupId>com.horizon</groupId>
  330. <artifactId>horizon-workflow-pub</artifactId>
  331. <version>8.2.2</version>
  332. <scope>system</scope>
  333. <systemPath>${basedir}/lib/horizon/horizon-workflow-pub-8.2.2.jar</systemPath>
  334. </dependency>
  335. <dependency>
  336. <groupId>com.horizon</groupId>
  337. <artifactId>horizon-workflow-xml</artifactId>
  338. <version>8.2.2</version>
  339. <scope>system</scope>
  340. <systemPath>${basedir}/lib/horizon/horizon-workflow-xml-8.2.2.jar</systemPath>
  341. </dependency>
  342. <!--2023-3-2 数据库驱动包 切换其他版本或者数据库类型时,修改这个驱动包-->
  343. <dependency>
  344. <groupId>mysql</groupId>
  345. <artifactId>mysql-connector-java</artifactId>
  346. <version>5.1.38</version>
  347. </dependency>
  348. <!--2023-3-2 在线仓库中没有找到,所以放到工程下 -->
  349. <dependency>
  350. <groupId>java.memcached.release</groupId>
  351. <artifactId>java_memcached-release</artifactId>
  352. <version>2.6.6</version>
  353. <scope>system</scope>
  354. <systemPath>${basedir}/lib/other/java_memcached-release-2.6.6.jar</systemPath>
  355. </dependency>
  356. <dependency>
  357. <groupId>jsr94</groupId>
  358. <artifactId>jsr94</artifactId>
  359. <version>1.1</version>
  360. <scope>system</scope>
  361. <systemPath>${basedir}/lib/other/jsr94-1.1.jar</systemPath>
  362. </dependency>
  363. </dependencies>
  364. <!-- 打包规则 -->
  365. <build>
  366. <!--2023-3-2 打包的jar包名称 -->
  367. <finalName>${project.name}-${project.version}</finalName>
  368. <plugins>
  369. <plugin>
  370. <groupId>org.springframework.boot</groupId>
  371. <artifactId>spring-boot-maven-plugin</artifactId>
  372. <configuration>
  373. <includeSystemScope>true</includeSystemScope>
  374. </configuration>
  375. </plugin>
  376. <plugin>
  377. <groupId>org.apache.maven.plugins</groupId>
  378. <artifactId>maven-compiler-plugin</artifactId>
  379. <configuration>
  380. <source>7</source>
  381. <target>7</target>
  382. </configuration>
  383. </plugin>
  384. </plugins>
  385. <resources>
  386. <resource>
  387. <directory>src/main/java</directory>
  388. <targetPath>javafile</targetPath>
  389. <includes>
  390. <include>**</include>
  391. </includes>
  392. </resource>
  393. <resource>
  394. <directory>src/main/resources</directory>
  395. <includes>
  396. <include>**</include>
  397. </includes>
  398. </resource>
  399. </resources>
  400. </build>
  401. </project>