pom.xml 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  1. <project xmlns="http://maven.apache.org/POM/4.0.0"
  2. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <groupId>com.persagy</groupId>
  6. <artifactId>persagy-weather</artifactId>
  7. <packaging>war</packaging>
  8. <version>0.0.1-SNAPSHOT</version>
  9. <name>persagy-weather Webapp</name>
  10. <url>http://maven.apache.org</url>
  11. <repositories>
  12. <repository>
  13. <id>persagy</id>
  14. <name>persagy</name>
  15. <url>http://47.93.132.139:8081/nexus/content/groups/public/</url>
  16. <snapshots>
  17. <enabled>true</enabled>
  18. </snapshots>
  19. <releases>
  20. <enabled>true</enabled>
  21. </releases>
  22. </repository>
  23. <repository>
  24. <id>mvnrepository</id>
  25. <url>https://mvnrepository.com/</url>
  26. </repository>
  27. </repositories>
  28. <properties>
  29. <protostuff.version>1.3.8</protostuff.version>
  30. <poi.versoin>3.11</poi.versoin>
  31. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  32. </properties>
  33. <dependencies>
  34. <dependency>
  35. <groupId>junit</groupId>
  36. <artifactId>junit</artifactId>
  37. <version>4.12</version>
  38. <scope>test</scope>
  39. </dependency>
  40. <dependency>
  41. <groupId>com.qcloud</groupId>
  42. <artifactId>cos_api</artifactId>
  43. <version>5.4.5</version>
  44. </dependency>
  45. <!-- ============= poi ============= -->
  46. <dependency>
  47. <groupId>org.apache.poi</groupId>
  48. <artifactId>poi</artifactId>
  49. <version>${poi.versoin}</version>
  50. </dependency>
  51. <dependency>
  52. <groupId>org.apache.poi</groupId>
  53. <artifactId>poi-examples</artifactId>
  54. <version>${poi.versoin}</version>
  55. </dependency>
  56. <dependency>
  57. <groupId>org.apache.poi</groupId>
  58. <artifactId>poi-excelant</artifactId>
  59. <version>${poi.versoin}</version>
  60. </dependency>
  61. <dependency>
  62. <groupId>commons-fileupload</groupId>
  63. <artifactId>commons-fileupload</artifactId>
  64. <version>1.2</version>
  65. </dependency>
  66. <dependency>
  67. <groupId>io.protostuff</groupId>
  68. <artifactId>protostuff-api</artifactId>
  69. <version>${protostuff.version}</version>
  70. </dependency>
  71. <dependency>
  72. <groupId>io.protostuff</groupId>
  73. <artifactId>protostuff-collectionschema</artifactId>
  74. <version>${protostuff.version}</version>
  75. </dependency>
  76. <dependency>
  77. <groupId>io.protostuff</groupId>
  78. <artifactId>protostuff-core</artifactId>
  79. <version>${protostuff.version}</version>
  80. <scope>test</scope>
  81. </dependency>
  82. <dependency>
  83. <groupId>io.protostuff</groupId>
  84. <artifactId>protostuff-runtime</artifactId>
  85. <version>${protostuff.version}</version>
  86. <scope>test</scope>
  87. </dependency>
  88. <!-- xstream -->
  89. <dependency>
  90. <groupId>com.thoughtworks.xstream</groupId>
  91. <artifactId>xstream</artifactId>
  92. <version>1.4.9</version>
  93. </dependency>
  94. <!-- javacsv -->
  95. <dependency>
  96. <groupId>net.sourceforge.javacsv</groupId>
  97. <artifactId>javacsv</artifactId>
  98. <version>2.0</version>
  99. </dependency>
  100. <!-- ========== EMS_DATA ========== -->
  101. <dependency>
  102. <groupId>com.persagy.ems</groupId>
  103. <artifactId>ems-data</artifactId>
  104. <version>1.7.6</version>
  105. </dependency>
  106. <!-- ================ 工具类 start ================ -->
  107. <dependency>
  108. <groupId>net.sf.ehcache</groupId>
  109. <artifactId>ehcache</artifactId>
  110. <version>2.10.4</version>
  111. </dependency>
  112. <dependency>
  113. <groupId>net.sf.ehcache</groupId>
  114. <artifactId>ehcache-core</artifactId>
  115. <version>2.4.3</version>
  116. <exclusions>
  117. <exclusion>
  118. <groupId>org.slf4j</groupId>
  119. <artifactId>slf4j-api</artifactId>
  120. </exclusion>
  121. </exclusions>
  122. </dependency>
  123. <dependency>
  124. <groupId>net.lingala.zip4j</groupId>
  125. <artifactId>zip4j</artifactId>
  126. <version>1.3.2</version>
  127. </dependency>
  128. <dependency>
  129. <groupId>javax.xml.soap</groupId>
  130. <artifactId>saaj-api</artifactId>
  131. <version>1.3</version>
  132. <exclusions>
  133. <exclusion>
  134. <groupId>javax.activation</groupId>
  135. <artifactId>activation</artifactId>
  136. </exclusion>
  137. </exclusions>
  138. </dependency>
  139. <dependency>
  140. <groupId>com.sun.xml.messaging.saaj</groupId>
  141. <artifactId>saaj-impl</artifactId>
  142. <version>1.3</version>
  143. </dependency>
  144. <dependency>
  145. <groupId>aopalliance</groupId>
  146. <artifactId>aopalliance</artifactId>
  147. <version>1.0</version>
  148. </dependency>
  149. <dependency>
  150. <groupId>aspectj</groupId>
  151. <artifactId>aspectjrt</artifactId>
  152. <version>1.5.3</version>
  153. </dependency>
  154. <dependency>
  155. <groupId>org.jsoup</groupId>
  156. <artifactId>jsoup</artifactId>
  157. <version>1.11.3</version>
  158. </dependency>
  159. <!-- https://mvnrepository.com/artifact/com.belerweb/pinyin4j -->
  160. <dependency>
  161. <groupId>com.belerweb</groupId>
  162. <artifactId>pinyin4j</artifactId>
  163. <version>2.5.1</version>
  164. </dependency>
  165. </dependencies>
  166. <build>
  167. <finalName>persagy-weather</finalName>
  168. <defaultGoal>compile</defaultGoal>
  169. <plugins>
  170. <plugin>
  171. <groupId>org.apache.maven.plugins</groupId>
  172. <artifactId>maven-compiler-plugin</artifactId>
  173. <version>3.0</version>
  174. <configuration>
  175. <source>1.8</source>
  176. <target>1.8</target>
  177. </configuration>
  178. </plugin>
  179. <plugin>
  180. <groupId>org.apache.maven.plugins</groupId>
  181. <artifactId>maven-war-plugin</artifactId>
  182. <version>3.0.0</version>
  183. </plugin>
  184. <!-- 跳过测试 -->
  185. <plugin>
  186. <artifactId>maven-surefire-plugin</artifactId>
  187. <version>2.12.4</version>
  188. <configuration>
  189. <skipTests>true</skipTests>
  190. </configuration>
  191. </plugin>
  192. </plugins>
  193. </build>
  194. </project>