pom.xml 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  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. <modelVersion>4.0.0</modelVersion>
  6. <parent>
  7. <groupId>org.springframework.boot</groupId>
  8. <artifactId>spring-boot-starter-parent</artifactId>
  9. <version>2.3.7.RELEASE</version>
  10. </parent>
  11. <packaging>pom</packaging>
  12. <groupId>com.shanghaichengdi</groupId>
  13. <artifactId>ghjg-item</artifactId>
  14. <version>1.0-SNAPSHOT</version>
  15. <properties>
  16. <maven.compiler.source>8</maven.compiler.source>
  17. <maven.compiler.target>8</maven.compiler.target>
  18. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  19. <commons-io.version>1.3.2</commons-io.version>
  20. <lombok.version>1.18.16</lombok.version>
  21. <cn.hutool.version>5.5.2</cn.hutool.version>
  22. <jasypt.version>2.1.0</jasypt.version>
  23. <opencsv.version>4.0</opencsv.version>
  24. <httpclient.version>4.5.13</httpclient.version>
  25. <mybatis-plus.version>3.4.1</mybatis-plus.version>
  26. <fastjson.version>1.2.83</fastjson.version>
  27. <ojdbc.version>11.2.0.3</ojdbc.version>
  28. <swagger2.version>2.9.2</swagger2.version>
  29. <pagehelper.version>1.3.1</pagehelper.version>
  30. <shiro.version>1.4.0</shiro.version>
  31. <jsonweb.version>0.9.1</jsonweb.version>
  32. <commons-lang3.version>3.4</commons-lang3.version>
  33. <easyExcel.version>3.0.1</easyExcel.version>
  34. <kingbase.version>8.6.0</kingbase.version>
  35. <excelpoi.version>2.4.0</excelpoi.version>
  36. <spire.version>14.1.1</spire.version>
  37. <itext.version>5.5.10</itext.version>
  38. <itext.asign.version>5.2.0</itext.asign.version>
  39. <poi.version>5.2.5</poi.version>
  40. <junrar.version>7.5.5</junrar.version>
  41. <sevenZip.version>16.02-2.01</sevenZip.version>
  42. </properties>
  43. <modules>
  44. <module>ghjg-item-server</module>
  45. <module>ghjg-item-common</module>
  46. <module>ghjg-item-client</module>
  47. </modules>
  48. <dependencyManagement>
  49. <dependencies>
  50. <dependency>
  51. <groupId>org.apache.commons</groupId>
  52. <artifactId>commons-io</artifactId>
  53. <version>${commons-io.version}</version>
  54. </dependency>
  55. <dependency>
  56. <groupId>org.projectlombok</groupId>
  57. <artifactId>lombok</artifactId>
  58. <version>${lombok.version}</version>
  59. </dependency>
  60. <dependency>
  61. <groupId>cn.hutool</groupId>
  62. <artifactId>hutool-all</artifactId>
  63. <version>${cn.hutool.version}</version>
  64. </dependency>
  65. <dependency>
  66. <groupId>com.github.ulisesbocchio</groupId>
  67. <artifactId>jasypt-spring-boot-starter</artifactId>
  68. <version>${jasypt.version}</version>
  69. </dependency>
  70. <dependency>
  71. <groupId>com.opencsv</groupId>
  72. <artifactId>opencsv</artifactId>
  73. <version>${opencsv.version}</version>
  74. </dependency>
  75. <dependency>
  76. <groupId>org.apache.httpcomponents</groupId>
  77. <artifactId>httpclient</artifactId>
  78. <version>${httpclient.version}</version>
  79. </dependency>
  80. <dependency>
  81. <groupId>com.baomidou</groupId>
  82. <artifactId>mybatis-plus-boot-starter</artifactId>
  83. <version>${mybatis-plus.version}</version>
  84. </dependency>
  85. <dependency>
  86. <groupId>com.alibaba</groupId>
  87. <artifactId>fastjson</artifactId>
  88. <version>${fastjson.version}</version>
  89. </dependency>
  90. <dependency>
  91. <groupId>com.oracle</groupId>
  92. <artifactId>ojdbc6</artifactId>
  93. <version>${ojdbc.version}</version>
  94. </dependency>
  95. <dependency>
  96. <groupId>cn.com.kingbase</groupId>
  97. <artifactId>kingbase8</artifactId>
  98. <version>${kingbase.version}</version>
  99. </dependency>
  100. <dependency>
  101. <groupId>io.springfox</groupId>
  102. <artifactId>springfox-swagger2</artifactId>
  103. <version>${swagger2.version}</version>
  104. </dependency>
  105. <dependency>
  106. <groupId>io.springfox</groupId>
  107. <artifactId>springfox-swagger-ui</artifactId>
  108. <version>${swagger2.version}</version>
  109. </dependency>
  110. <dependency>
  111. <groupId>com.github.pagehelper</groupId>
  112. <artifactId>pagehelper-spring-boot-starter</artifactId>
  113. <version>${pagehelper.version}</version>
  114. </dependency>
  115. <dependency>
  116. <groupId>org.apache.shiro</groupId>
  117. <artifactId>shiro-spring</artifactId>
  118. <version>${shiro.version}</version>
  119. </dependency>
  120. <dependency>
  121. <groupId>io.jsonwebtoken</groupId>
  122. <artifactId>jjwt</artifactId>
  123. <version>${jsonweb.version}</version>
  124. </dependency>
  125. <dependency>
  126. <groupId>org.apache.commons</groupId>
  127. <artifactId>commons-lang3</artifactId>
  128. <version>${commons-lang3.version}</version>
  129. </dependency>
  130. <dependency>
  131. <groupId>com.alibaba</groupId>
  132. <artifactId>easyexcel</artifactId>
  133. <version>${easyExcel.version}</version>
  134. </dependency>
  135. <dependency>
  136. <groupId>com.github.junrar</groupId>
  137. <artifactId>junrar</artifactId>
  138. <version>${junrar.version}</version>
  139. </dependency>
  140. <dependency>
  141. <groupId>net.sf.sevenzipjbinding</groupId>
  142. <artifactId>sevenzipjbinding</artifactId>
  143. <version>${sevenZip.version}</version>
  144. </dependency>
  145. <dependency>
  146. <groupId>net.sf.sevenzipjbinding</groupId>
  147. <artifactId>sevenzipjbinding-all-platforms</artifactId>
  148. <version>${sevenZip.version}</version>
  149. </dependency>
  150. <dependency>
  151. <groupId>org.jeecg</groupId>
  152. <artifactId>easypoi-base</artifactId>
  153. <version>${excelpoi.version}</version>
  154. </dependency>
  155. <dependency>
  156. <groupId>org.jeecg</groupId>
  157. <artifactId>easypoi-annotation</artifactId>
  158. <version>${excelpoi.version}</version>
  159. </dependency>
  160. <dependency>
  161. <groupId>org.jeecg</groupId>
  162. <artifactId>easypoi-web</artifactId>
  163. <version>${excelpoi.version}</version>
  164. </dependency>
  165. <dependency>
  166. <groupId>e-iceblue</groupId>
  167. <artifactId>spire.xls</artifactId>
  168. <version>${spire.version}</version>
  169. </dependency>
  170. <dependency>
  171. <groupId>org.apache.poi</groupId>
  172. <artifactId>poi</artifactId>
  173. <version>${poi.version}</version>
  174. </dependency>
  175. <dependency>
  176. <groupId>org.apache.poi</groupId>
  177. <artifactId>poi-ooxml</artifactId>
  178. <version>${poi.version}</version>
  179. </dependency>
  180. <dependency>
  181. <groupId>com.itextpdf</groupId>
  182. <artifactId>itextpdf</artifactId>
  183. <version>${itext.version}</version>
  184. </dependency>
  185. <dependency>
  186. <groupId>com.itextpdf</groupId>
  187. <artifactId>itext-asian</artifactId>
  188. <version>${itext.asign.version}</version>
  189. </dependency>
  190. </dependencies>
  191. </dependencyManagement>
  192. <repositories>
  193. <repository>
  194. <id>com.e-iceblue</id>
  195. <name>e-iceblue</name>
  196. <url>https://repo.e-iceblue.cn/repository/maven-public/</url>
  197. </repository>
  198. </repositories>
  199. <build>
  200. <plugins>
  201. <plugin>
  202. <groupId>org.apache.maven.plugins</groupId>
  203. <artifactId>maven-surefire-plugin</artifactId>
  204. <configuration>
  205. <skip>true</skip>
  206. </configuration>
  207. </plugin>
  208. </plugins>
  209. </build>
  210. </project>