pom.xml 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <parent>
  5. <groupId>com.lc.ibps.cloud</groupId>
  6. <artifactId>ibps-comp-root</artifactId>
  7. <version>3.3.7-LC.RELEASE</version>
  8. <relativePath>../../pom.xml</relativePath>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>ibps-comp-report-boot</artifactId>
  12. <properties>
  13. <java.version>1.8</java.version>
  14. <maven.compiler.source>1.8</maven.compiler.source>
  15. <maven.compiler.target>1.8</maven.compiler.target>
  16. <jboss-logging.version>3.3.0.Final</jboss-logging.version>
  17. <maven.build.timestamp.format>yyyyMMdd-HHmmss</maven.build.timestamp.format>
  18. <raqsoft.v2018.version>v2018</raqsoft.v2018.version>
  19. </properties>
  20. <dependencies>
  21. <dependency>
  22. <groupId>org.jboss.logging</groupId>
  23. <artifactId>jboss-logging</artifactId>
  24. <version>${jboss-logging.version}</version>
  25. </dependency>
  26. <dependency>
  27. <groupId>com.lc.ibps.cloud.base</groupId>
  28. <artifactId>ibps-comp-file-server-client</artifactId>
  29. </dependency>
  30. <dependency>
  31. <groupId>com.lc.ibps.cloud</groupId>
  32. <artifactId>ibps-basic-discovery</artifactId>
  33. </dependency>
  34. <dependency>
  35. <groupId>com.lc.ibps.cloud</groupId>
  36. <artifactId>ibps-comp-report</artifactId>
  37. </dependency>
  38. <dependency>
  39. <groupId>com.lc.ibps.cloud</groupId>
  40. <artifactId>ibps-oauth-client-feignclient</artifactId>
  41. </dependency>
  42. <dependency>
  43. <groupId>org.springframework.boot</groupId>
  44. <artifactId>spring-boot-starter-log4j2</artifactId>
  45. </dependency>
  46. <dependency>
  47. <groupId>javax</groupId>
  48. <artifactId>javaee-api</artifactId>
  49. </dependency>
  50. <dependency>
  51. <groupId>javax.servlet</groupId>
  52. <artifactId>javax.servlet-api</artifactId>
  53. </dependency>
  54. <dependency>
  55. <groupId>com.alibaba</groupId>
  56. <artifactId>druid</artifactId>
  57. </dependency>
  58. <dependency>
  59. <groupId>mysql</groupId>
  60. <artifactId>mysql-connector-java</artifactId>
  61. </dependency>
  62. <dependency>
  63. <groupId>com.microsoft.sqlserver</groupId>
  64. <artifactId>mssql-jdbc</artifactId>
  65. </dependency>
  66. <dependency>
  67. <groupId>com.oracle</groupId>
  68. <artifactId>oracledriver</artifactId>
  69. </dependency>
  70. <dependency>
  71. <groupId>fakepath</groupId>
  72. <artifactId>postgresql</artifactId>
  73. </dependency>
  74. <!-- raqsoft start -->
  75. <dependency>
  76. <groupId>org.apache.xmlgraphics</groupId>
  77. <artifactId>batik-anim</artifactId>
  78. </dependency>
  79. <dependency>
  80. <groupId>org.apache.xmlgraphics</groupId>
  81. <artifactId>batik-awt-util</artifactId>
  82. <version>1.7</version>
  83. </dependency>
  84. <dependency>
  85. <groupId>org.apache.xmlgraphics</groupId>
  86. <artifactId>batik-bridge</artifactId>
  87. </dependency>
  88. <dependency>
  89. <groupId>org.apache.xmlgraphics</groupId>
  90. <artifactId>batik-codec</artifactId>
  91. </dependency>
  92. <dependency>
  93. <groupId>org.apache.xmlgraphics</groupId>
  94. <artifactId>batik-css</artifactId>
  95. </dependency>
  96. <dependency>
  97. <groupId>org.apache.xmlgraphics</groupId>
  98. <artifactId>batik-dom</artifactId>
  99. </dependency>
  100. <dependency>
  101. <groupId>org.apache.xmlgraphics</groupId>
  102. <artifactId>batik-ext</artifactId>
  103. </dependency>
  104. <dependency>
  105. <groupId>org.apache.xmlgraphics</groupId>
  106. <artifactId>batik-extension</artifactId>
  107. </dependency>
  108. <dependency>
  109. <groupId>org.apache.xmlgraphics</groupId>
  110. <artifactId>batik-gui-util</artifactId>
  111. </dependency>
  112. <dependency>
  113. <groupId>org.apache.xmlgraphics</groupId>
  114. <artifactId>batik-gvt</artifactId>
  115. </dependency>
  116. <dependency>
  117. <groupId>org.apache.xmlgraphics</groupId>
  118. <artifactId>batik-parser</artifactId>
  119. </dependency>
  120. <dependency>
  121. <groupId>org.apache.xmlgraphics</groupId>
  122. <artifactId>batik-script</artifactId>
  123. </dependency>
  124. <dependency>
  125. <groupId>org.apache.xmlgraphics</groupId>
  126. <artifactId>batik-svg-dom</artifactId>
  127. </dependency>
  128. <dependency>
  129. <groupId>org.apache.xmlgraphics</groupId>
  130. <artifactId>batik-svggen</artifactId>
  131. </dependency>
  132. <dependency>
  133. <groupId>org.apache.xmlgraphics</groupId>
  134. <artifactId>batik-swing</artifactId>
  135. </dependency>
  136. <dependency>
  137. <groupId>org.apache.xmlgraphics</groupId>
  138. <artifactId>batik-transcoder</artifactId>
  139. </dependency>
  140. <dependency>
  141. <groupId>org.apache.xmlgraphics</groupId>
  142. <artifactId>batik-util</artifactId>
  143. </dependency>
  144. <dependency>
  145. <groupId>org.apache.xmlgraphics</groupId>
  146. <artifactId>batik-xml</artifactId>
  147. </dependency>
  148. <dependency>
  149. <groupId>commons-codec</groupId>
  150. <artifactId>commons-codec</artifactId>
  151. <version>1.3</version>
  152. </dependency>
  153. <dependency>
  154. <groupId>org.apache.commons</groupId>
  155. <artifactId>commons-collections4</artifactId>
  156. </dependency>
  157. <dependency>
  158. <groupId>commons-fileupload</groupId>
  159. <artifactId>commons-fileupload</artifactId>
  160. <version>1.3.3</version>
  161. </dependency>
  162. <dependency>
  163. <groupId>commons-httpclient</groupId>
  164. <artifactId>commons-httpclient</artifactId>
  165. </dependency>
  166. <dependency>
  167. <groupId>commons-io</groupId>
  168. <artifactId>commons-io</artifactId>
  169. <version>1.1</version>
  170. </dependency>
  171. <dependency>
  172. <groupId>commons-logging</groupId>
  173. <artifactId>commons-logging</artifactId>
  174. <version>1.2</version>
  175. </dependency>
  176. <dependency>
  177. <groupId>dom4j</groupId>
  178. <artifactId>dom4j</artifactId>
  179. </dependency>
  180. <dependency>
  181. <groupId>org.apache.geronimo.specs</groupId>
  182. <artifactId>geronimo-stax-api_1.0_spec</artifactId>
  183. </dependency>
  184. <dependency>
  185. <groupId>org.htmlparser</groupId>
  186. <artifactId>htmlparser</artifactId>
  187. </dependency>
  188. <dependency>
  189. <groupId>org.apache.httpcomponents</groupId>
  190. <artifactId>fluent-hc</artifactId>
  191. </dependency>
  192. <dependency>
  193. <groupId>org.apache.httpcomponents</groupId>
  194. <artifactId>httpclient</artifactId>
  195. </dependency>
  196. <dependency>
  197. <groupId>org.apache.httpcomponents</groupId>
  198. <artifactId>httpclient-cache</artifactId>
  199. </dependency>
  200. <dependency>
  201. <groupId>org.apache.httpcomponents</groupId>
  202. <artifactId>httpclient-win</artifactId>
  203. </dependency>
  204. <dependency>
  205. <groupId>org.apache.httpcomponents</groupId>
  206. <artifactId>httpmime</artifactId>
  207. </dependency>
  208. <dependency>
  209. <groupId>org.apache.httpcomponents</groupId>
  210. <artifactId>httpcore</artifactId>
  211. </dependency>
  212. <dependency>
  213. <groupId>javax.servlet</groupId>
  214. <artifactId>jstl</artifactId>
  215. <version>1.2</version>
  216. </dependency>
  217. <dependency>
  218. <groupId>net.jpountz.lz4</groupId>
  219. <artifactId>lz4</artifactId>
  220. </dependency>
  221. <dependency>
  222. <groupId>org.apache.poi</groupId>
  223. <artifactId>poi</artifactId>
  224. </dependency>
  225. <dependency>
  226. <groupId>org.apache.poi</groupId>
  227. <artifactId>poi-excelant</artifactId>
  228. </dependency>
  229. <dependency>
  230. <groupId>org.apache.poi</groupId>
  231. <artifactId>poi-ooxml</artifactId>
  232. </dependency>
  233. <dependency>
  234. <groupId>org.apache.poi</groupId>
  235. <artifactId>poi-ooxml-schemas</artifactId>
  236. </dependency>
  237. <dependency>
  238. <groupId>org.apache.poi</groupId>
  239. <artifactId>poi-scratchpad</artifactId>
  240. </dependency>
  241. <dependency>
  242. <groupId>com.github.insubstantial</groupId>
  243. <artifactId>substance</artifactId>
  244. </dependency>
  245. <dependency>
  246. <groupId>xml-apis</groupId>
  247. <artifactId>xml-apis</artifactId>
  248. <version>1.3.04</version>
  249. </dependency>
  250. <dependency>
  251. <groupId>xml-apis</groupId>
  252. <artifactId>xml-apis-ext</artifactId>
  253. </dependency>
  254. <dependency>
  255. <groupId>org.apache.xmlbeans</groupId>
  256. <artifactId>xmlbeans</artifactId>
  257. </dependency>
  258. <dependency>
  259. <groupId>xalan</groupId>
  260. <artifactId>xalan</artifactId>
  261. <version>2.7.0</version>
  262. </dependency>
  263. <dependency>
  264. <groupId>org.quartz-scheduler</groupId>
  265. <artifactId>quartz</artifactId>
  266. <version>2.1.6</version>
  267. </dependency>
  268. <dependency>
  269. <groupId>org.slf4j</groupId>
  270. <artifactId>slf4j-simple</artifactId>
  271. <version>1.6.0</version>
  272. </dependency>
  273. <dependency>
  274. <groupId>xerces</groupId>
  275. <artifactId>xercesImpl</artifactId>
  276. <version>2.11.0</version>
  277. </dependency>
  278. <dependency>
  279. <groupId>jdom</groupId>
  280. <artifactId>jdom</artifactId>
  281. </dependency>
  282. <!-- <dependency>
  283. <groupId>com.sun.mail</groupId>
  284. <artifactId>mail</artifactId>
  285. <version>1.4.2</version>
  286. </dependency> -->
  287. <dependency>
  288. <groupId>com.raqsoft</groupId>
  289. <artifactId>mail</artifactId>
  290. <version>${raqsoft.v2018.version}</version>
  291. </dependency>
  292. <!-- <dependency>
  293. <groupId>com.google.zxing</groupId>
  294. <artifactId>core</artifactId>
  295. <version>3.3.0</version>
  296. </dependency> -->
  297. <dependency>
  298. <groupId>com.raqsoft</groupId>
  299. <artifactId>zxing3.3</artifactId>
  300. <version>${raqsoft.v2018.version}</version>
  301. </dependency>
  302. <!-- <dependency>
  303. <groupId>batik</groupId>
  304. <artifactId>pdf-transcoder</artifactId>
  305. <version>1.0</version>
  306. </dependency> -->
  307. <dependency>
  308. <groupId>com.raqsoft</groupId>
  309. <artifactId>pdf-transcoder</artifactId>
  310. <version>${raqsoft.v2018.version}</version>
  311. </dependency>
  312. <dependency>
  313. <groupId>com.raqsoft</groupId>
  314. <artifactId>pdfbox</artifactId>
  315. <version>${raqsoft.v2018.version}</version>
  316. </dependency>
  317. <dependency>
  318. <groupId>com.raqsoft</groupId>
  319. <artifactId>icu4j_3_4_5</artifactId>
  320. <version>${raqsoft.v2018.version}</version>
  321. </dependency>
  322. <dependency>
  323. <groupId>com.raqsoft</groupId>
  324. <artifactId>Qrcode_swetake</artifactId>
  325. <version>${raqsoft.v2018.version}</version>
  326. </dependency>
  327. <dependency>
  328. <groupId>com.raqsoft</groupId>
  329. <artifactId>jai_codec</artifactId>
  330. <version>${raqsoft.v2018.version}</version>
  331. </dependency>
  332. <dependency>
  333. <groupId>com.raqsoft</groupId>
  334. <artifactId>jai_core</artifactId>
  335. <version>${raqsoft.v2018.version}</version>
  336. </dependency>
  337. <dependency>
  338. <groupId>com.raqsoft</groupId>
  339. <artifactId>js</artifactId>
  340. <version>${raqsoft.v2018.version}</version>
  341. </dependency>
  342. <dependency>
  343. <groupId>com.raqsoft</groupId>
  344. <artifactId>json</artifactId>
  345. <version>${raqsoft.v2018.version}</version>
  346. </dependency>
  347. <dependency>
  348. <groupId>com.raqsoft</groupId>
  349. <artifactId>jsobject</artifactId>
  350. <version>${raqsoft.v2018.version}</version>
  351. </dependency>
  352. <dependency>
  353. <groupId>com.raqsoft</groupId>
  354. <artifactId>center</artifactId>
  355. <version>${raqsoft.v2018.version}</version>
  356. </dependency>
  357. <dependency>
  358. <groupId>com.raqsoft</groupId>
  359. <artifactId>datalogic</artifactId>
  360. <version>${raqsoft.v2018.version}</version>
  361. </dependency>
  362. <dependency>
  363. <groupId>com.raqsoft</groupId>
  364. <artifactId>datetimeformat</artifactId>
  365. <version>${raqsoft.v2018.version}</version>
  366. </dependency>
  367. <dependency>
  368. <groupId>com.raqsoft</groupId>
  369. <artifactId>dm</artifactId>
  370. <version>${raqsoft.v2018.version}</version>
  371. </dependency>
  372. <dependency>
  373. <groupId>com.raqsoft</groupId>
  374. <artifactId>guide</artifactId>
  375. <version>${raqsoft.v2018.version}</version>
  376. </dependency>
  377. <dependency>
  378. <groupId>com.raqsoft</groupId>
  379. <artifactId>numformat</artifactId>
  380. <version>${raqsoft.v2018.version}</version>
  381. </dependency>
  382. <dependency>
  383. <groupId>com.raqsoft</groupId>
  384. <artifactId>raqsoftReport</artifactId>
  385. <version>${raqsoft.v2018.version}</version>
  386. </dependency>
  387. <dependency>
  388. <groupId>com.raqsoft</groupId>
  389. <artifactId>report4</artifactId>
  390. <version>${raqsoft.v2018.version}</version>
  391. </dependency>
  392. <dependency>
  393. <groupId>com.raqsoft</groupId>
  394. <artifactId>report5StaticHtml</artifactId>
  395. <version>${raqsoft.v2018.version}</version>
  396. </dependency>
  397. <!-- raqsoft end -->
  398. </dependencies>
  399. <build>
  400. <plugins>
  401. <plugin>
  402. <artifactId>maven-clean-plugin</artifactId>
  403. <version>3.0.0</version>
  404. <configuration>
  405. <source>1.8</source>
  406. <target>1.8</target>
  407. <encoding>UTF-8</encoding>
  408. </configuration>
  409. </plugin>
  410. <plugin>
  411. <artifactId>maven-compiler-plugin</artifactId>
  412. <version>3.0</version>
  413. <configuration>
  414. <source>1.8</source>
  415. <target>1.8</target>
  416. <fork>true</fork>
  417. <encoding>UTF-8</encoding>
  418. </configuration>
  419. </plugin>
  420. <plugin>
  421. <groupId>org.apache.maven.plugins</groupId>
  422. <artifactId>maven-dependency-plugin</artifactId>
  423. <configuration>
  424. <source>1.8</source>
  425. <target>1.8</target>
  426. <encoding>UTF-8</encoding>
  427. </configuration>
  428. <executions>
  429. <execution>
  430. <id>copy-dependencies</id>
  431. <phase>prepare-package</phase>
  432. <goals>
  433. <goal>copy-dependencies</goal>
  434. </goals>
  435. <configuration>
  436. <outputDirectory>${project.build.directory}/lib</outputDirectory>
  437. <overWriteReleases>false</overWriteReleases>
  438. <overWriteSnapshots>false</overWriteSnapshots>
  439. <overWriteIfNewer>true</overWriteIfNewer>
  440. </configuration>
  441. </execution>
  442. </executions>
  443. </plugin>
  444. <plugin>
  445. <artifactId>maven-antrun-plugin</artifactId>
  446. <executions>
  447. <execution>
  448. <phase>package</phase>
  449. <goals>
  450. <goal>run</goal>
  451. </goals>
  452. <configuration>
  453. <tasks>
  454. <property name="classes.dir" value="${project.build.directory}/classes-exclude"/>
  455. <property name="lib.dir" value="${project.build.directory}/lib-exclude"/>
  456. <copy todir="${classes.dir}" includeEmptyDirs="false">
  457. <fileset dir="${project.build.directory}/classes">
  458. </fileset>
  459. </copy>
  460. <copy todir="${lib.dir}">
  461. <fileset dir="${project.build.directory}/lib"/>
  462. </copy>
  463. <unjar dest="${classes.dir}" overwrite="false">
  464. <patternset>
  465. <include name="**/appd"/>
  466. <include name="**/*.sh"/>
  467. <include name="**/*.bat"/>
  468. <include name="**/readMe"/>
  469. <include name="**/*.xsd"/>
  470. <include name="**/*.xml"/>
  471. <include name="**/*.yml"/>
  472. <include name="**/*.txt"/>
  473. <include name="**/*.conf"/>
  474. <include name="**/*.properties"/>
  475. <include name="**/*.setting"/>
  476. <include name="**/*.fon"/>
  477. <include name="**/*.ttf"/>
  478. <include name="**/*.ttc"/>
  479. <exclude name="**/*.map.xml"/>
  480. <exclude name="org/activiti/engine/mapping/**/*.xml"/>
  481. </patternset>
  482. <fileset dir="${lib.dir}">
  483. <include name="lc-*.jar"/>
  484. <include name="ibps-*.jar"/>
  485. </fileset>
  486. </unjar>
  487. <!--
  488. <delete includeEmptyDirs="true">
  489. <fileset dir="${lib.dir}">
  490. <include name="lc-*.jar"/>
  491. <include name="ibps-*.jar"/>
  492. </fileset>
  493. </delete>
  494. -->
  495. <property name="jarname" value="socket.jar"/>
  496. <property name="jarfile.exclude.basedir" value="${project.build.directory}/${project.artifactId}-exclude"/>
  497. <property name="jarfile.exclude.name" value="${jarfile.exclude.basedir}/${jarname}"/>
  498. <copy todir="${jarfile.exclude.basedir}" includeEmptyDirs="false">
  499. <fileset dir="${classes.dir}">
  500. <exclude name="**/*.class" />
  501. </fileset>
  502. </copy>
  503. <copy todir="${jarfile.exclude.basedir}/lib">
  504. <fileset dir="${lib.dir}"/>
  505. </copy>
  506. <pathconvert property="exclude.lib" pathsep=" ">
  507. <mapper>
  508. <chainedmapper>
  509. <flattenmapper />
  510. <globmapper from="*" to="lib/*" />
  511. </chainedmapper>
  512. </mapper>
  513. <fileset dir="${jarfile.exclude.basedir}/lib">
  514. <include name="*.jar" />
  515. </fileset>
  516. </pathconvert>
  517. <jar destfile="${jarfile.exclude.name}">
  518. <manifest>
  519. <attribute name="Class-Path" value=". ${exclude.lib}"/>
  520. <attribute name="Main-Class" value="com.lc.ibps.SocketApplication"/>
  521. </manifest>
  522. <fileset dir="${classes.dir}">
  523. <include name="**/*.class" />
  524. </fileset>
  525. </jar>
  526. <delete includeEmptyDirs="true">
  527. <fileset dir="${classes.dir}"/>
  528. <fileset dir="${lib.dir}"/>
  529. <fileset dir="${project.build.directory}/lib"/>
  530. </delete>
  531. </tasks>
  532. </configuration>
  533. </execution>
  534. </executions>
  535. </plugin>
  536. <!-- <plugin>
  537. <groupId>org.codehaus.mojo</groupId>
  538. <artifactId>build-helper-maven-plugin</artifactId>
  539. <executions>
  540. <execution>
  541. <id>timestamp-property</id>
  542. <goals>
  543. <goal>timestamp-property</goal>
  544. </goals>
  545. </execution>
  546. </executions>
  547. <configuration>
  548. <name>current.time</name>
  549. <pattern>yyyyMMdd-HHmmss</pattern>
  550. <timeZone>GMT+8</timeZone>
  551. </configuration>
  552. </plugin>
  553. <plugin>
  554. <groupId>com.spotify</groupId>
  555. <artifactId>dockerfile-maven-plugin</artifactId>
  556. <version>1.4.10</version>
  557. <executions>
  558. <execution>
  559. <phase>install</phase>
  560. <goals>
  561. <goal>build</goal>
  562. </goals>
  563. </execution>
  564. </executions>
  565. <configuration>
  566. <writeTestMetadata>false</writeTestMetadata>
  567. <repository>lc/ibps/v3/${project.artifactId}</repository>
  568. <tag>v${current.time}</tag>
  569. 需要在操作系统环境变量配置DOCKER_HOST=tcp://ip:port
  570. </configuration>
  571. </plugin> -->
  572. </plugins>
  573. </build>
  574. </project>