c598e4a84edd1b602fdde6f15c1a74162d6f906d.svn-base 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  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. <parent>
  6. <artifactId>gw-cloud-platform-dcproj</artifactId>
  7. <groupId>cn.com.goldenwater</groupId>
  8. <version>0.0.1-SNAPSHOT</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>gw-cloud-platform-dcproj-aop</artifactId>
  12. <packaging>jar</packaging>
  13. <dependencies>
  14. <dependency>
  15. <groupId>cn.com.goldenwater</groupId>
  16. <artifactId>gw-cloud-platform-licence</artifactId>
  17. <version>0.0.1-SNAPSHOT</version>
  18. </dependency>
  19. <dependency>
  20. <groupId>commons-io</groupId>
  21. <artifactId>commons-io</artifactId>
  22. <version>2.5</version>
  23. </dependency>
  24. <!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient -->
  25. <dependency>
  26. <groupId>org.apache.httpcomponents</groupId>
  27. <artifactId>httpclient</artifactId>
  28. <version>4.5.6</version>
  29. </dependency>
  30. <dependency>
  31. <groupId>com.belerweb</groupId>
  32. <artifactId>pinyin4j</artifactId>
  33. <version>2.5.0</version>
  34. </dependency>
  35. <dependency>
  36. <groupId>commons-collections</groupId>
  37. <artifactId>commons-collections</artifactId>
  38. <version>3.2.1</version>
  39. </dependency>
  40. <dependency>
  41. <groupId>cn.com.goldenwater</groupId>
  42. <artifactId>gw-cloud-platform-dcproj-api</artifactId>
  43. <version>0.0.1-SNAPSHOT</version>
  44. </dependency>
  45. <dependency>
  46. <groupId>cn.com.goldenwater</groupId>
  47. <artifactId>gw-cloud-platform-dcproj-basetools</artifactId>
  48. <version>0.0.1-SNAPSHOT</version>
  49. </dependency>
  50. <!-- swagger -->
  51. <dependency>
  52. <groupId>commons-beanutils</groupId>
  53. <artifactId>commons-beanutils</artifactId>
  54. <version>1.9.3</version>
  55. </dependency>
  56. <dependency>
  57. <groupId>com.google.zxing</groupId>
  58. <artifactId>javase</artifactId>
  59. <version>3.0.0</version>
  60. </dependency>
  61. <!-- https://mvnrepository.com/artifact/commons-lang/commons-lang -->
  62. <dependency>
  63. <groupId>commons-lang</groupId>
  64. <artifactId>commons-lang</artifactId>
  65. <version>2.6</version>
  66. </dependency>
  67. <!-- ant -->
  68. <dependency>
  69. <groupId>org.apache.ant</groupId>
  70. <artifactId>ant</artifactId>
  71. <version>1.9.7</version>
  72. </dependency>
  73. <dependency>
  74. <groupId>org.freemarker</groupId>
  75. <artifactId>freemarker</artifactId>
  76. <version>2.3.27-incubating</version>
  77. </dependency>
  78. <dependency>
  79. <groupId>org.springframework.boot</groupId>
  80. <artifactId>spring-boot-starter-thymeleaf</artifactId>
  81. </dependency>
  82. <!--websocket-->
  83. <dependency>
  84. <groupId>org.springframework.boot</groupId>
  85. <artifactId>spring-boot-starter-websocket</artifactId>
  86. <version>2.1.8.RELEASE</version>
  87. </dependency>
  88. <dependency>
  89. <groupId>com.xylink</groupId>
  90. <artifactId>cloudsdk</artifactId>
  91. <version>2.24.0</version>
  92. </dependency>
  93. <!-- https://mvnrepository.com/artifact/org.codehaus.jackson/jackson-core-asl -->
  94. <dependency>
  95. <groupId>org.codehaus.jackson</groupId>
  96. <artifactId>jackson-core-asl</artifactId>
  97. <version>1.9.13</version>
  98. </dependency>
  99. <!-- https://mvnrepository.com/artifact/org.codehaus.jackson/jackson-mapper-asl -->
  100. <dependency>
  101. <groupId>org.codehaus.jackson</groupId>
  102. <artifactId>jackson-mapper-asl</artifactId>
  103. <version>1.9.13</version>
  104. </dependency>
  105. <!-- 图片缩略图 -->
  106. <dependency>
  107. <groupId>net.coobird</groupId>
  108. <artifactId>thumbnailator</artifactId>
  109. <version>0.4.8</version>
  110. </dependency>
  111. <dependency>
  112. <groupId>commons-httpclient</groupId>
  113. <artifactId>commons-httpclient</artifactId>
  114. <version>3.0.1</version>
  115. </dependency>
  116. <dependency>
  117. <groupId>commons-fileupload</groupId>
  118. <artifactId>commons-fileupload</artifactId>
  119. <version>1.3.3</version>
  120. </dependency>
  121. <dependency>
  122. <groupId>cn.com.goldenwater</groupId>
  123. <artifactId>gw-cloud-platform-dcproj-dao</artifactId>
  124. <version>0.0.1-SNAPSHOT</version>
  125. <scope>compile</scope>
  126. </dependency>
  127. <!--阿里云短信服务-->
  128. <dependency>
  129. <groupId>com.aliyun</groupId>
  130. <artifactId>aliyun-java-sdk-core</artifactId>
  131. <version>4.5.16</version>
  132. </dependency>
  133. <dependency>
  134. <groupId>com.aliyun</groupId>
  135. <artifactId>aliyun-java-sdk-dysmsapi</artifactId>
  136. <version>1.1.0</version>
  137. </dependency>
  138. <!-- CXF -->
  139. <dependency>
  140. <groupId>org.apache.cxf</groupId>
  141. <artifactId>cxf-api</artifactId>
  142. <version>2.6.8</version>
  143. </dependency>
  144. <dependency>
  145. <groupId>org.apache.cxf</groupId>
  146. <artifactId>cxf-rt-frontend-jaxws</artifactId>
  147. <version>2.6.8</version>
  148. </dependency>
  149. <dependency>
  150. <groupId>org.apache.cxf</groupId>
  151. <artifactId>cxf-rt-transports-http</artifactId>
  152. <version>2.6.8</version>
  153. </dependency>
  154. <!-- 解析客户端操作系统、浏览器等 -->
  155. <dependency>
  156. <groupId>eu.bitwalker</groupId>
  157. <artifactId>UserAgentUtils</artifactId>
  158. <version>${bitwalker.version}</version>
  159. </dependency>
  160. <!-- wsdl 服务调用依赖 -->
  161. <dependency>
  162. <groupId>javax.activation</groupId>
  163. <artifactId>activation</artifactId>
  164. <version>1.1.1</version>
  165. </dependency>
  166. <dependency>
  167. <groupId>axis</groupId>
  168. <artifactId>axis</artifactId>
  169. <version>1.4</version>
  170. </dependency>
  171. <dependency>
  172. <groupId>axis</groupId>
  173. <artifactId>axis-ant</artifactId>
  174. <version>1.4</version>
  175. </dependency>
  176. <dependency>
  177. <groupId>commons-discovery</groupId>
  178. <artifactId>commons-discovery</artifactId>
  179. <version>0.5</version>
  180. </dependency>
  181. <dependency>
  182. <groupId>commons-logging</groupId>
  183. <artifactId>commons-logging</artifactId>
  184. <version>1.3.0</version>
  185. </dependency>
  186. <dependency>
  187. <groupId>javax.xml</groupId>
  188. <artifactId>jaxrpc</artifactId>
  189. <version>1.1</version>
  190. </dependency>
  191. <dependency>
  192. <groupId>com.sun.mail</groupId>
  193. <artifactId>javax.mail</artifactId>
  194. <version>1.6.2</version>
  195. </dependency>
  196. <dependency>
  197. <groupId>org.lucee</groupId>
  198. <artifactId>saaj</artifactId>
  199. <version>1.4.0</version>
  200. </dependency>
  201. <dependency>
  202. <groupId>wsdl4j</groupId>
  203. <artifactId>wsdl4j</artifactId>
  204. <version>1.6.3</version>
  205. </dependency>
  206. <dependency>
  207. <groupId>org.dom4j</groupId>
  208. <artifactId>dom4j</artifactId>
  209. <version>2.1.4</version>
  210. </dependency>
  211. <dependency>
  212. <groupId>org.apache.poi</groupId>
  213. <artifactId>ooxml-schemas</artifactId>
  214. </dependency>
  215. </dependencies>
  216. <distributionManagement>
  217. <snapshotRepository>
  218. <id>gw-cloud</id>
  219. <url>http://nexus.goldenwater.com.cn/nexus/content/repositories/gw-cloud</url>
  220. </snapshotRepository>
  221. </distributionManagement>
  222. </project>