pom.xml 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317
  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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <parent>
  6. <groupId>com.zjugis</groupId>
  7. <artifactId>tinker-boot-starter</artifactId>
  8. <version>1.0.5.beta-SNAPSHOT</version>
  9. </parent>
  10. <groupId>com.zjugis</groupId>
  11. <artifactId>yh_yzt</artifactId>
  12. <version>0.0.1-SNAPSHOT</version>
  13. <name>yh_yzt</name>
  14. <description>Yzt project for Spring Boot</description>
  15. <properties>
  16. <tinker.version>1.0.5.beta-SNAPSHOT</tinker.version>
  17. <java.version>1.8</java.version>
  18. <mapstruct.version>1.5.3.Final</mapstruct.version>
  19. </properties>
  20. <dependencies>
  21. <dependency>
  22. <groupId>com.zjugis</groupId>
  23. <artifactId>tinker-starter</artifactId>
  24. <version>${tinker.version}</version>
  25. <exclusions>
  26. <exclusion>
  27. <groupId>com.github.jsqlparser</groupId>
  28. <artifactId>jsqlparser</artifactId>
  29. </exclusion>
  30. </exclusions>
  31. </dependency>
  32. <dependency>
  33. <groupId>org.springframework.boot</groupId>
  34. <artifactId>spring-boot-starter-aop</artifactId>
  35. </dependency>
  36. <dependency>
  37. <groupId>org.springframework.boot</groupId>
  38. <artifactId>spring-boot-starter-web</artifactId>
  39. </dependency>
  40. <dependency>
  41. <groupId>com.googlecode.json-simple</groupId>
  42. <artifactId>json-simple</artifactId>
  43. <version>1.1.1</version>
  44. </dependency>
  45. <dependency>
  46. <groupId>com.healthmarketscience.jackcess</groupId>
  47. <artifactId>jackcess</artifactId>
  48. <version>4.0.5</version>
  49. </dependency>
  50. <dependency>
  51. <groupId>com.vividsolutions</groupId>
  52. <artifactId>jts-core</artifactId>
  53. <version>1.14.0</version>
  54. </dependency>
  55. <!-- pg -->
  56. <dependency>
  57. <groupId>org.postgresql</groupId>
  58. <artifactId>postgresql</artifactId>
  59. <version>42.2.9</version>
  60. </dependency>
  61. <!-- POI -->
  62. <dependency>
  63. <groupId>org.apache.poi</groupId>
  64. <artifactId>poi</artifactId>
  65. <version>3.8</version>
  66. <exclusions>
  67. <exclusion>
  68. <artifactId>commons-codec</artifactId>
  69. <groupId>commons-codec</groupId>
  70. </exclusion>
  71. </exclusions>
  72. </dependency>
  73. <dependency>
  74. <groupId>org.apache.poi</groupId>
  75. <artifactId>poi-scratchpad</artifactId>
  76. <version>3.8</version>
  77. </dependency>
  78. <dependency>
  79. <groupId>org.apache.poi</groupId>
  80. <artifactId>poi-ooxml</artifactId>
  81. <version>3.8</version>
  82. </dependency>
  83. <dependency>
  84. <groupId>com.aspose</groupId>
  85. <artifactId>aspose-cell</artifactId>
  86. <version>8.5.2</version>
  87. </dependency>
  88. <dependency>
  89. <groupId>org.geotools</groupId>
  90. <artifactId>gt-jdbc</artifactId>
  91. <version>19.0</version>
  92. </dependency>
  93. <dependency>
  94. <groupId>org.geotools.jdbc</groupId>
  95. <artifactId>gt-jdbc-oracle</artifactId>
  96. <version>19.0</version>
  97. </dependency>
  98. <dependency>
  99. <groupId>org.geotools</groupId>
  100. <artifactId>gt-epsg-hsql</artifactId>
  101. <version>19.0</version>
  102. </dependency>
  103. <dependency>
  104. <groupId>org.geotools</groupId>
  105. <artifactId>gt-arcsde</artifactId>
  106. <version>19.0</version>
  107. <exclusions>
  108. <exclusion>
  109. <groupId>jsqlparser</groupId>
  110. <artifactId>jsqlparser</artifactId>
  111. </exclusion>
  112. </exclusions>
  113. </dependency>
  114. <dependency>
  115. <groupId>org.geotools</groupId>
  116. <artifactId>gt-data</artifactId>
  117. <version>19.0</version>
  118. </dependency>
  119. <dependency>
  120. <groupId>org.geotools</groupId>
  121. <artifactId>gt-geojson</artifactId>
  122. <version>19.0</version>
  123. </dependency>
  124. <dependency>
  125. <groupId>org.geotools</groupId>
  126. <artifactId>gt-api</artifactId>
  127. <version>19.0</version>
  128. </dependency>
  129. <dependency>
  130. <groupId>org.geotools</groupId>
  131. <artifactId>gt-arcsde-common</artifactId>
  132. <version>19.0</version>
  133. </dependency>
  134. <dependency>
  135. <groupId>com.zjugis</groupId>
  136. <artifactId>arcsde-utils</artifactId>
  137. <version>2.2.1-SNAPSHOT</version>
  138. </dependency>
  139. <dependency>
  140. <groupId>com.unclemiki</groupId>
  141. <artifactId>fileconvert</artifactId>
  142. <version>1.4</version>
  143. <classifier>jar-with-dependencies</classifier>
  144. </dependency>
  145. <dependency>
  146. <groupId>org.geotools</groupId>
  147. <artifactId>gt-shapefile</artifactId>
  148. <version>19.0</version>
  149. </dependency>
  150. <dependency>
  151. <groupId>org.geotools</groupId>
  152. <artifactId>gt-metadata</artifactId>
  153. <version>19.0</version>
  154. </dependency>
  155. <dependency>
  156. <groupId>org.geotools</groupId>
  157. <artifactId>gt-referencing</artifactId>
  158. <version>19.0</version>
  159. </dependency>
  160. <dependency>
  161. <groupId>esri.arcsde</groupId>
  162. <artifactId>jsde_sdk</artifactId>
  163. <version>10.1.1</version>
  164. </dependency>
  165. <dependency>
  166. <groupId>esri.arcsde</groupId>
  167. <artifactId>jpe_sdk</artifactId>
  168. <version>10.1.1</version>
  169. </dependency>
  170. <dependency>
  171. <groupId>com.esri.geometry</groupId>
  172. <artifactId>esri-geometry-api</artifactId>
  173. <version>1.2.1</version>
  174. </dependency>
  175. <dependency>
  176. <groupId>org.osgeo</groupId>
  177. <artifactId>proj4j</artifactId>
  178. <version>0.1.0</version>
  179. </dependency>
  180. <dependency>
  181. <groupId>commons-io</groupId>
  182. <artifactId>commons-io</artifactId>
  183. <version>2.4</version>
  184. </dependency>
  185. <dependency>
  186. <groupId>org.mybatis.generator</groupId>
  187. <artifactId>mybatis-generator-core</artifactId>
  188. <version>1.3.7</version>
  189. </dependency>
  190. <dependency>
  191. <groupId>com.baomidou</groupId>
  192. <artifactId>mybatis-plus-generator</artifactId>
  193. <version>3.5.5</version>
  194. </dependency>
  195. <dependency>
  196. <groupId>log4j</groupId>
  197. <artifactId>log4j</artifactId>
  198. <version>1.2.12</version>
  199. </dependency>
  200. <dependency>
  201. <groupId>org.gdal</groupId>
  202. <artifactId>gdal</artifactId>
  203. <version>3.3.0</version>
  204. </dependency>
  205. <dependency>
  206. <groupId>com.zjugis</groupId>
  207. <artifactId>gis</artifactId>
  208. <version>1.5.0-SNAPSHOT</version>
  209. </dependency>
  210. <dependency>
  211. <groupId>com.alibaba</groupId>
  212. <artifactId>druid-spring-boot-starter</artifactId>
  213. <version>1.2.8</version>
  214. </dependency>
  215. <dependency>
  216. <groupId>org.freemarker</groupId>
  217. <artifactId>freemarker</artifactId>
  218. <version>2.3.20</version>
  219. </dependency>
  220. <dependency>
  221. <groupId>org.apache.httpcomponents</groupId>
  222. <artifactId>httpclient</artifactId>
  223. <version>4.5.13</version>
  224. </dependency>
  225. <dependency>
  226. <groupId>net.sf.jxls</groupId>
  227. <artifactId>jxls-core</artifactId>
  228. <version>1.0.3</version>
  229. </dependency>
  230. <dependency>
  231. <groupId>org.projectlombok</groupId>
  232. <artifactId>lombok</artifactId>
  233. </dependency>
  234. <dependency>
  235. <groupId>org.mapstruct</groupId>
  236. <artifactId>mapstruct</artifactId> <!-- use mapstruct-jdk8 for Java 8 or higher -->
  237. <version>${mapstruct.version}</version>
  238. </dependency>
  239. <dependency>
  240. <groupId>org.mapstruct</groupId>
  241. <artifactId>mapstruct-jdk8</artifactId>
  242. <version>${mapstruct.version}</version>
  243. </dependency>
  244. <dependency>
  245. <groupId>org.mapstruct</groupId>
  246. <artifactId>mapstruct-processor</artifactId>
  247. <version>${mapstruct.version}</version>
  248. </dependency>
  249. <dependency>
  250. <groupId>org.springframework</groupId>
  251. <artifactId>spring-test</artifactId>
  252. </dependency>
  253. </dependencies>
  254. <build>
  255. <plugins>
  256. <plugin>
  257. <groupId>org.springframework.boot</groupId>
  258. <artifactId>spring-boot-maven-plugin</artifactId>
  259. <version>2.7.14</version>
  260. </plugin>
  261. <!--mybatis逆向工程工具-->
  262. <plugin>
  263. <groupId>org.mybatis.generator</groupId>
  264. <artifactId>mybatis-generator-maven-plugin</artifactId>
  265. <version>1.3.2</version>
  266. <configuration>
  267. <verbose>true</verbose>
  268. <overwrite>true</overwrite>
  269. </configuration>
  270. </plugin>
  271. <!-- maven-compiler-plugin 插件,解决 Lombok + MapStruct 组合 -->
  272. <plugin>
  273. <groupId>org.apache.maven.plugins</groupId>
  274. <artifactId>maven-compiler-plugin</artifactId>
  275. <version>${maven-compiler-plugin.version}</version>
  276. <configuration>
  277. <annotationProcessorPaths>
  278. <path>
  279. <groupId>org.projectlombok</groupId>
  280. <artifactId>lombok</artifactId>
  281. <version>${lombok.version}</version>
  282. </path>
  283. <path>
  284. <groupId>org.mapstruct</groupId>
  285. <artifactId>mapstruct-processor</artifactId>
  286. <version>${mapstruct.version}</version>
  287. </path>
  288. </annotationProcessorPaths>
  289. </configuration>
  290. </plugin>
  291. </plugins>
  292. </build>
  293. </project>