pom.xml 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  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. <groupId>com.yihu.wlyy</groupId>
  7. <artifactId>wlyy_service</artifactId>
  8. <version>1.0-SNAPSHOT</version>
  9. <packaging>war</packaging>
  10. <parent>
  11. <groupId>org.springframework.boot</groupId>
  12. <artifactId>spring-boot-starter-parent</artifactId>
  13. <version>1.4.0.RELEASE</version>
  14. <relativePath>pom.xml</relativePath>
  15. </parent>
  16. <properties>
  17. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  18. <java.version>1.8</java.version>
  19. </properties>
  20. <dependencies>
  21. <dependency>
  22. <groupId>org.springframework.boot</groupId>
  23. <artifactId>spring-boot-starter-web</artifactId>
  24. <exclusions>
  25. <exclusion>
  26. <artifactId>log4j-over-slf4j</artifactId>
  27. <groupId>org.slf4j</groupId>
  28. </exclusion>
  29. <exclusion>
  30. <groupId>org.springframework.boot</groupId>
  31. <artifactId>spring-boot-starter-tomcat</artifactId>
  32. </exclusion>
  33. </exclusions>
  34. </dependency>
  35. <dependency>
  36. <groupId>org.springframework.boot</groupId>
  37. <artifactId>spring-boot-starter-tomcat</artifactId>
  38. <scope>provided</scope>
  39. </dependency>
  40. <dependency>
  41. <groupId>org.springframework.boot</groupId>
  42. <artifactId>spring-boot-starter-data-jpa</artifactId>
  43. </dependency>
  44. <dependency>
  45. <groupId>mysql</groupId>
  46. <artifactId>mysql-connector-java</artifactId>
  47. </dependency>
  48. <dependency>
  49. <groupId>org.springframework.boot</groupId>
  50. <artifactId>spring-boot-starter-test</artifactId>
  51. <scope>test</scope>
  52. </dependency>
  53. <dependency>
  54. <groupId>org.apache.commons</groupId>
  55. <artifactId>commons-lang3</artifactId>
  56. <version>3.4</version>
  57. </dependency>
  58. <dependency>
  59. <groupId>org.apache.httpcomponents</groupId>
  60. <artifactId>httpclient</artifactId>
  61. <version>4.5.1</version>
  62. <exclusions>
  63. <exclusion>
  64. <groupId>commons-logging</groupId>
  65. <artifactId>commons-logging</artifactId>
  66. </exclusion>
  67. </exclusions>
  68. </dependency>
  69. <dependency>
  70. <groupId>org.apache.httpcomponents</groupId>
  71. <artifactId>httpmime</artifactId>
  72. <version>4.5.1</version>
  73. </dependency>
  74. <dependency>
  75. <groupId>net.sf.json-lib</groupId>
  76. <artifactId>json-lib</artifactId>
  77. <version>2.4</version>
  78. </dependency>
  79. <dependency>
  80. <groupId>junit</groupId>
  81. <artifactId>junit</artifactId>
  82. <version>4.12</version>
  83. </dependency>
  84. <dependency>
  85. <groupId>junit</groupId>
  86. <artifactId>junit</artifactId>
  87. <version>4.12</version>
  88. </dependency>
  89. <!--redis-->
  90. <dependency>
  91. <groupId>org.springframework.data</groupId>
  92. <artifactId>spring-data-redis</artifactId>
  93. <version>1.7.2.RELEASE</version>
  94. </dependency>
  95. <dependency>
  96. <groupId>org.springframework</groupId>
  97. <artifactId>spring-orm</artifactId>
  98. <version>4.1.8.RELEASE</version>
  99. </dependency>
  100. <dependency>
  101. <groupId>redis.clients</groupId>
  102. <artifactId>jedis</artifactId>
  103. <version>2.8.1</version>
  104. </dependency>
  105. <!--Swagger-->
  106. <dependency>
  107. <groupId>io.springfox</groupId>
  108. <artifactId>springfox-swagger2</artifactId>
  109. <version>2.4.0</version>
  110. </dependency>
  111. <dependency>
  112. <groupId>io.springfox</groupId>
  113. <artifactId>springfox-swagger-ui</artifactId>
  114. <version>2.4.0</version>
  115. </dependency>
  116. <!-- 智业接口引用 -->
  117. <dependency>
  118. <groupId>sehrCrypto</groupId>
  119. <artifactId>sehrCrypto</artifactId>
  120. <version>1.0.0</version>
  121. </dependency>
  122. <dependency>
  123. <groupId>net.java.dev.jna</groupId>
  124. <artifactId>jna</artifactId>
  125. <version>4.2.2</version>
  126. </dependency>
  127. <dependency>
  128. <groupId>com.alibaba</groupId>
  129. <artifactId>fastjson</artifactId>
  130. <version>1.2.17</version>
  131. </dependency>
  132. <dependency>
  133. <groupId>com.zoesoft</groupId>
  134. <artifactId>phip-ssp-sdk</artifactId>
  135. <version>1.4.0</version>
  136. </dependency>
  137. <dependency>
  138. <groupId>com.zoesoft</groupId>
  139. <artifactId>zoe-crypto</artifactId>
  140. <version>1.4.0</version>
  141. </dependency>
  142. <dependency>
  143. <groupId>org.bouncycastle</groupId>
  144. <artifactId>bcprov-jdk16</artifactId>
  145. <version>1.46</version>
  146. </dependency>
  147. <dependency>
  148. <groupId>org.json</groupId>
  149. <artifactId>json</artifactId>
  150. <version>20160212</version>
  151. </dependency>
  152. <dependency>
  153. <groupId>org.jdom</groupId>
  154. <artifactId>jdom</artifactId>
  155. <version>1.1.3</version>
  156. </dependency>
  157. <dependency>
  158. <groupId>org.apache.axis</groupId>
  159. <artifactId>axis</artifactId>
  160. <version>1.4</version>
  161. </dependency>
  162. <dependency>
  163. <groupId>javax.xml.rpc</groupId>
  164. <artifactId>javax.xml.rpc-api</artifactId>
  165. <version>1.1.1</version>
  166. </dependency>
  167. <dependency>
  168. <groupId>wsdl4j</groupId>
  169. <artifactId>wsdl4j</artifactId>
  170. <version>1.6.2</version>
  171. </dependency>
  172. <dependency>
  173. <groupId>commons-discovery</groupId>
  174. <artifactId>commons-discovery</artifactId>
  175. <version>0.5</version>
  176. </dependency>
  177. <!-- 智业接口引用 END -->
  178. </dependencies>
  179. <build>
  180. <plugins>
  181. <plugin>
  182. <groupId>org.springframework.boot</groupId>
  183. <artifactId>spring-boot-maven-plugin</artifactId>
  184. </plugin>
  185. <plugin>
  186. <groupId>org.apache.maven.plugins</groupId>
  187. <artifactId>maven-surefire-plugin</artifactId>
  188. <configuration>
  189. <useSystemClassLoader>false</useSystemClassLoader>
  190. </configuration>
  191. </plugin>
  192. </plugins>
  193. </build>
  194. </project>