pom.xml 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  3. <parent>
  4. <groupId>com.platform</groupId>
  5. <artifactId>platform</artifactId>
  6. <version>1.0.0</version>
  7. </parent>
  8. <modelVersion>4.0.0</modelVersion>
  9. <artifactId>platform-common</artifactId>
  10. <packaging>jar</packaging>
  11. <description>公共模块</description>
  12. <properties>
  13. <qiniu-version>[7.2.0, 7.2.99]</qiniu-version>
  14. <aliyun-oss-version>3.9.1</aliyun-oss-version>
  15. <qcloud-cos-version>5.6.9</qcloud-cos-version>
  16. <minio-version>8.2.1</minio-version>
  17. <jackson.version>2.9.10</jackson.version>
  18. <poi.version>3.15</poi.version>
  19. <org-json-version>20180130</org-json-version>
  20. </properties>
  21. <dependencies>
  22. <dependency>
  23. <groupId>com.qiniu</groupId>
  24. <artifactId>qiniu-java-sdk</artifactId>
  25. <version>${qiniu-version}</version>
  26. </dependency>
  27. <dependency>
  28. <groupId>com.aliyun.oss</groupId>
  29. <artifactId>aliyun-sdk-oss</artifactId>
  30. <version>${aliyun-oss-version}</version>
  31. <exclusions>
  32. <exclusion>
  33. <groupId>org.apache.httpcomponents</groupId>
  34. <artifactId>httpclient</artifactId>
  35. </exclusion>
  36. </exclusions>
  37. </dependency>
  38. <dependency>
  39. <groupId>com.qcloud</groupId>
  40. <artifactId>cos_api</artifactId>
  41. <version>${qcloud-cos-version}</version>
  42. </dependency>
  43. <dependency>
  44. <groupId>io.minio</groupId>
  45. <artifactId>minio</artifactId>
  46. <version>${minio-version}</version>
  47. </dependency>
  48. <!-- httpclient -->
  49. <dependency>
  50. <groupId>commons-httpclient</groupId>
  51. <artifactId>commons-httpclient</artifactId>
  52. <version>3.1</version>
  53. <exclusions>
  54. <exclusion>
  55. <artifactId>commons-codec</artifactId>
  56. <groupId>commons-codec</groupId>
  57. </exclusion>
  58. </exclusions>
  59. </dependency>
  60. <!-- json -->
  61. <dependency>
  62. <groupId>com.fasterxml.jackson.core</groupId>
  63. <artifactId>jackson-annotations</artifactId>
  64. <version>${jackson.version}</version>
  65. </dependency>
  66. <dependency>
  67. <groupId>com.fasterxml.jackson.core</groupId>
  68. <artifactId>jackson-core</artifactId>
  69. <version>${jackson.version}</version>
  70. </dependency>
  71. <dependency>
  72. <groupId>com.fasterxml.jackson.core</groupId>
  73. <artifactId>jackson-databind</artifactId>
  74. <version>${jackson.version}</version>
  75. </dependency>
  76. <dependency>
  77. <groupId>dom4j</groupId>
  78. <artifactId>dom4j</artifactId>
  79. <version>1.6.1</version>
  80. </dependency>
  81. <dependency>
  82. <groupId>jstl</groupId>
  83. <artifactId>jstl</artifactId>
  84. <version>1.2</version>
  85. </dependency>
  86. <dependency>
  87. <groupId>com.github.pagehelper</groupId>
  88. <artifactId>pagehelper</artifactId>
  89. <version>5.1.4</version>
  90. </dependency>
  91. <!-- POI依赖 ,处理EXCEL WORD PDF-->
  92. <dependency>
  93. <groupId>org.apache.poi</groupId>
  94. <artifactId>poi</artifactId>
  95. <version>${poi.version}</version>
  96. </dependency>
  97. <dependency>
  98. <groupId>org.apache.poi</groupId>
  99. <artifactId>poi-ooxml</artifactId>
  100. <version>${poi.version}</version>
  101. </dependency>
  102. <dependency>
  103. <groupId>org.apache.poi</groupId>
  104. <artifactId>poi-ooxml-schemas</artifactId>
  105. <version>${poi.version}</version>
  106. <exclusions>
  107. <exclusion>
  108. <artifactId>stax-api</artifactId>
  109. <groupId>stax</groupId>
  110. </exclusion>
  111. </exclusions>
  112. </dependency>
  113. <dependency>
  114. <groupId>org.apache.poi</groupId>
  115. <artifactId>poi-ooxml</artifactId>
  116. <version>${poi.version}</version>
  117. </dependency>
  118. <dependency>
  119. <groupId>org.apache.xmlbeans</groupId>
  120. <artifactId>xmlbeans</artifactId>
  121. <version>2.6.0</version>
  122. <exclusions>
  123. <exclusion>
  124. <artifactId>stax-api</artifactId>
  125. <groupId>stax</groupId>
  126. </exclusion>
  127. </exclusions>
  128. </dependency>
  129. <!-- POI依赖 ,处理EXCEL WORD PDF-->
  130. <dependency>
  131. <groupId>org.json</groupId>
  132. <artifactId>json</artifactId>
  133. <version>${org-json-version}</version>
  134. </dependency>
  135. <dependency>
  136. <groupId>net.oschina.j2cache</groupId>
  137. <artifactId>j2cache-core</artifactId>
  138. <version>${j2cache.version}</version>
  139. </dependency>
  140. <dependency><!-- Ehcache 2.x //-->
  141. <groupId>net.sf.ehcache</groupId>
  142. <artifactId>ehcache</artifactId>
  143. <version>${ehcache.version}</version>
  144. </dependency>
  145. <dependency>
  146. <groupId>org.jgroups</groupId>
  147. <artifactId>jgroups</artifactId>
  148. <version>${jgroups.version}</version>
  149. </dependency>
  150. <!-- https://mvnrepository.com/artifact/com.alipay.sdk/alipay-sdk-java -->
  151. <dependency>
  152. <groupId>com.alipay.sdk</groupId>
  153. <artifactId>alipay-sdk-java</artifactId>
  154. <version>${alipay-sdk.version}</version>
  155. </dependency>
  156. <!-- 腾讯云短信 -->
  157. <dependency>
  158. <groupId>com.github.qcloudsms</groupId>
  159. <artifactId>qcloudsms</artifactId>
  160. <version>${qcloudsms.version}</version>
  161. </dependency>
  162. <dependency>
  163. <groupId>com.google.guava</groupId>
  164. <artifactId>guava</artifactId>
  165. <version>RELEASE</version>
  166. <scope>compile</scope>
  167. </dependency>
  168. </dependencies>
  169. </project>