pom.xml 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342
  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. <modelVersion>4.0.0</modelVersion>
  5. <groupId>com.xintong.visualInspection</groupId>
  6. <artifactId>visualInspection</artifactId>
  7. <version>0.0.1-SNAPSHOT</version>
  8. <packaging>jar</packaging>
  9. <name>VisualInspection</name>
  10. <description>视屏稽查</description>
  11. <parent>
  12. <groupId>org.springframework.boot</groupId>
  13. <artifactId>spring-boot-starter-parent</artifactId>
  14. <version>1.5.2.RELEASE</version>
  15. <relativePath /> <!-- lookup parent from repository -->
  16. </parent>
  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. </properties>
  22. <dependencies>
  23. <dependency>
  24. <groupId>com.xintong.visuallnspection.inteface</groupId>
  25. <artifactId>visuallnspectioninteface</artifactId>
  26. <version>1.0-SNAPSHOT</version>
  27. <exclusions> <exclusion>
  28. <artifactId>spring-boot-starter-parent</artifactId>
  29. <groupId>org.springframework.boot</groupId>
  30. </exclusion>
  31. <exclusion>
  32. <artifactId>spring-boot-starter-web</artifactId>
  33. <groupId>org.springframework.boot</groupId>
  34. </exclusion>
  35. <exclusion>
  36. <groupId>org.projectlombok</groupId>
  37. <artifactId>lombok</artifactId></exclusion></exclusions>
  38. </dependency>
  39. <dependency>
  40. <groupId>org.springframework.boot</groupId>
  41. <artifactId>spring-boot-starter-web</artifactId>
  42. </dependency>
  43. <dependency>
  44. <groupId>org.springframework.boot</groupId>
  45. <artifactId>spring-boot-starter-security</artifactId>
  46. </dependency>
  47. <dependency>
  48. <groupId>org.mybatis.spring.boot</groupId>
  49. <artifactId>mybatis-spring-boot-starter</artifactId>
  50. <version>1.3.0</version>
  51. </dependency>
  52. <dependency>
  53. <groupId>org.springframework.boot</groupId>
  54. <artifactId>spring-boot-starter-thymeleaf</artifactId>
  55. </dependency>
  56. <dependency>
  57. <groupId>org.springframework.boot</groupId>
  58. <artifactId>spring-boot-starter-remote-shell</artifactId>
  59. </dependency>
  60. <dependency>
  61. <groupId>org.springframework.boot</groupId>
  62. <artifactId>spring-boot-starter-data-redis</artifactId>
  63. </dependency>
  64. <dependency>
  65. <groupId>org.springframework.boot</groupId>
  66. <artifactId>spring-boot-starter-web</artifactId>
  67. </dependency>
  68. <dependency>
  69. <groupId>org.springframework.boot</groupId>
  70. <artifactId>spring-boot-starter</artifactId>
  71. </dependency>
  72. <dependency>
  73. <groupId>org.projectlombok</groupId>
  74. <artifactId>lombok</artifactId>
  75. <optional>true</optional>
  76. </dependency>
  77. <dependency>
  78. <groupId>org.springframework.boot</groupId>
  79. <artifactId>spring-boot-starter-test</artifactId>
  80. <scope>test</scope>
  81. </dependency>
  82. <dependency>
  83. <groupId>org.springframework.boot</groupId>
  84. <artifactId>spring-boot-devtools</artifactId>
  85. </dependency>
  86. <dependency>
  87. <groupId>io.jsonwebtoken</groupId>
  88. <artifactId>jjwt</artifactId>
  89. <version>0.7.0</version>
  90. </dependency>
  91. <!--<dependency> -->
  92. <!--<groupId>org.springframework.session</groupId> -->
  93. <!--<artifactId>spring-session-data-redis</artifactId> -->
  94. <!--</dependency> -->
  95. <!--<dependency> -->
  96. <!--<groupId>redis.clients</groupId> -->
  97. <!--<artifactId>jedis</artifactId> -->
  98. <!--<version>2.9.0</version> -->
  99. <!--</dependency> -->
  100. <!--<dependency> -->
  101. <!--<groupId>org.springframework.boot</groupId> -->
  102. <!--<artifactId>spring-boot-starter-data-jpa</artifactId> -->
  103. <!--</dependency> -->
  104. <!-- http://mvnrepository.com/artifact/org.thymeleaf.extras/thymeleaf-extras-springsecurity4 -->
  105. <dependency>
  106. <groupId>org.thymeleaf.extras</groupId>
  107. <artifactId>thymeleaf-extras-springsecurity4</artifactId>
  108. <version>2.1.2.RELEASE</version>
  109. </dependency>
  110. <!-- https://mvnrepository.com/artifact/org.thymeleaf/thymeleaf-spring4 -->
  111. <!--<dependency> -->
  112. <!--<groupId>org.thymeleaf</groupId> -->
  113. <!--<artifactId>thymeleaf-spring4</artifactId> -->
  114. <!--<version>3.0.5.RELEASE</version> -->
  115. <!--</dependency> -->
  116. <!--<dependency> -->
  117. <!--<groupId>org.springframework.security</groupId> -->
  118. <!--<artifactId>spring-security-taglibs</artifactId> -->
  119. <!--<version>4.2.1.RELEASE</version> -->
  120. <!--</dependency> -->
  121. <dependency>
  122. <groupId>com.github.pagehelper</groupId>
  123. <artifactId>pagehelper</artifactId>
  124. <version>4.2.1</version>
  125. </dependency>
  126. <dependency>
  127. <groupId>org.projectlombok</groupId>
  128. <artifactId>lombok</artifactId>
  129. <optional>true</optional>
  130. </dependency>
  131. <dependency>
  132. <groupId>mysql</groupId>
  133. <artifactId>mysql-connector-java</artifactId>
  134. <version>5.1.41</version><!--$NO-MVN-MAN-VER$-->
  135. </dependency>
  136. <dependency>
  137. <groupId>com.alibaba</groupId>
  138. <artifactId>druid</artifactId>
  139. <version>1.0.29</version>
  140. </dependency>
  141. <dependency>
  142. <groupId>com.alibaba</groupId>
  143. <artifactId>fastjson</artifactId>
  144. <version>1.2.31</version>
  145. </dependency>
  146. <!-- https://mvnrepository.com/artifact/org.aspectj/aspectjrt -->
  147. <dependency>
  148. <groupId>org.aspectj</groupId>
  149. <artifactId>aspectjrt</artifactId>
  150. <version>1.8.10</version>
  151. </dependency>
  152. <dependency>
  153. <groupId>org.aspectj</groupId>
  154. <artifactId>aspectjweaver</artifactId>
  155. <version>1.8.10</version>
  156. </dependency>
  157. <dependency>
  158. <groupId>org.apache.poi</groupId>
  159. <artifactId>poi</artifactId>
  160. <version>3.12</version>
  161. </dependency>
  162. <dependency>
  163. <groupId>org.jxls</groupId>
  164. <artifactId>jxls</artifactId>
  165. <version>2.3.0</version>
  166. </dependency>
  167. <dependency>
  168. <groupId>org.jxls</groupId>
  169. <artifactId>jxls-poi</artifactId>
  170. <version>1.0.9</version>
  171. </dependency>
  172. <dependency>
  173. <groupId>org.springframework.boot</groupId>
  174. <artifactId>spring-boot-starter-test</artifactId>
  175. <scope>test</scope>
  176. </dependency>
  177. <!--dubbo-->
  178. <dependency>
  179. <groupId>org.apache.zookeeper</groupId>
  180. <artifactId>zookeeper</artifactId>
  181. <version>3.4.11</version>
  182. </dependency>
  183. <dependency>
  184. <groupId>com.github.sgroschupf</groupId>
  185. <artifactId>zkclient</artifactId>
  186. <version>0.1</version>
  187. </dependency>
  188. <dependency>
  189. <groupId>com.alibaba.boot</groupId>
  190. <artifactId>dubbo-spring-boot-starter</artifactId>
  191. <version>0.1.0</version>
  192. </dependency>
  193. </dependencies>
  194. <dependencyManagement>
  195. <dependencies>
  196. <dependency>
  197. <groupId>org.springframework.cloud</groupId>
  198. <artifactId>spring-cloud-dependencies</artifactId>
  199. <version>Dalston.RELEASE</version>
  200. <type>pom</type>
  201. <scope>import</scope>
  202. </dependency>
  203. </dependencies>
  204. </dependencyManagement>
  205. <build>
  206. <plugins>
  207. <plugin>
  208. <groupId>org.springframework.boot</groupId>
  209. <artifactId>spring-boot-maven-plugin</artifactId>
  210. </plugin>
  211. <plugin>
  212. <artifactId>maven-compiler-plugin</artifactId>
  213. <configuration>
  214. <source>${java.version}</source>
  215. <target>${java.version}</target>
  216. </configuration>
  217. </plugin>
  218. </plugins>
  219. <resources>
  220. <resource>
  221. <directory>${basedir}/src/main/resources</directory>
  222. <filtering>true</filtering>
  223. <includes>
  224. <include>**/application*.yml</include>
  225. <include>**/application*.properties</include>
  226. </includes>
  227. </resource>
  228. <resource>
  229. <directory>${basedir}/src/main/resources</directory>
  230. <excludes>
  231. <exclude>**/application*.yml</exclude>
  232. <exclude>**/application*.properties</exclude>
  233. </excludes>
  234. </resource>
  235. <resource>
  236. <directory>src/main/java</directory>
  237. <includes>
  238. <include>**/*.properties</include>
  239. <include>**/*.xml</include>
  240. </includes>
  241. <filtering>false</filtering>
  242. </resource>
  243. <resource>
  244. <directory>src/main/resources</directory>
  245. <targetPath>BOOT-INF/lib/</targetPath>
  246. <includes>
  247. <include>**/*.jar</include>
  248. </includes>
  249. </resource>
  250. <resource>
  251. <directory>lib</directory>
  252. <targetPath>BOOT-INF/lib/</targetPath>
  253. <includes>
  254. <include>*.jar</include>
  255. </includes>
  256. </resource>
  257. </resources>
  258. </build>
  259. <repositories>
  260. <repository>
  261. <id>spring-releases</id>
  262. <name>Spring Releases</name>
  263. <url>https://repo.spring.io/libs-release</url>
  264. </repository>
  265. <repository>
  266. <id>xt-snapshots</id>
  267. <name>snapshots</name>
  268. <url>http://xt.wenhq.top:8084/nexus/content/repositories/snapshots</url>
  269. </repository>
  270. </repositories>
  271. <pluginRepositories>
  272. <pluginRepository>
  273. <id>spring-releases</id>
  274. <name>Spring Releases</name>
  275. <url>https://repo.spring.io/libs-release</url>
  276. </pluginRepository>
  277. </pluginRepositories>
  278. </project>