pom.xml 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  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.sagacloud</groupId>
  6. <artifactId>repairInfoTable</artifactId>
  7. <version>1.0-SNAPSHOT</version>
  8. <name>repairInfoTable</name>
  9. <!-- FIXME change it to the project's website -->
  10. <url>http://www.example.com</url>
  11. <properties>
  12. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  13. <maven.compiler.source>1.7</maven.compiler.source>
  14. <maven.compiler.target>1.7</maven.compiler.target>
  15. </properties>
  16. <repositories>
  17. <repository>
  18. <id>SagaCloud</id>
  19. <name>SagaCloud</name>
  20. <url>http://47.93.33.207:8082/repository/SagaCloud/</url>
  21. <snapshots>
  22. <enabled>true</enabled>
  23. </snapshots>
  24. <releases>
  25. <enabled>true</enabled>
  26. </releases>
  27. </repository>
  28. <repository>
  29. <id>alimaven</id>
  30. <name>aliyun maven</name>
  31. <url>http://maven.aliyun.com/nexus/content/groups/public</url>
  32. </repository>
  33. <repository>
  34. <id>mvnrepository</id>
  35. <url>https://mvnrepository.com/</url>
  36. </repository>
  37. <!--
  38. <repository>
  39. <id>sonatype-nexus-snapshots</id>
  40. <name>Sonatype Nexus Snapshots</name>
  41. <url>http://oss.sonatype.org/content/repositories/snapshots</url>
  42. </repository>
  43. -->
  44. </repositories>
  45. <dependencies>
  46. <!-- https://mvnrepository.com/artifact/com.google.guava/guava -->
  47. <dependency>
  48. <groupId>com.google.guava</groupId>
  49. <artifactId>guava</artifactId>
  50. <version>27.1-jre</version>
  51. </dependency>
  52. <dependency>
  53. <groupId>com.alibaba</groupId>
  54. <artifactId>fastjson</artifactId>
  55. <version>1.2.47</version>
  56. </dependency>
  57. <dependency>
  58. <groupId>junit</groupId>
  59. <artifactId>junit</artifactId>
  60. <version>4.11</version>
  61. <scope>test</scope>
  62. </dependency>
  63. <dependency>
  64. <groupId>com.sagacloud</groupId>
  65. <artifactId>zillion-util</artifactId>
  66. <version>1.8.2</version>
  67. <type>jar</type>
  68. <exclusions>
  69. <exclusion>
  70. <groupId>com.google.guava</groupId>
  71. <artifactId>guava</artifactId>
  72. </exclusion>
  73. <exclusion>
  74. <groupId>com.sun.jersey</groupId>
  75. <artifactId>jersey-server</artifactId>
  76. </exclusion>
  77. <exclusion>
  78. <groupId>com.sun.jersey</groupId>
  79. <artifactId>jersey-core</artifactId>
  80. </exclusion>
  81. <exclusion>
  82. <groupId>org.apache.httpcomponents</groupId>
  83. <artifactId>httpclient</artifactId>
  84. </exclusion>
  85. <exclusion>
  86. <groupId>org.apache.httpcomponents</groupId>
  87. <artifactId>httpcore</artifactId>
  88. </exclusion>
  89. </exclusions>
  90. </dependency>
  91. <dependency>
  92. <groupId>com.sagacloud</groupId>
  93. <artifactId>json-lib-zillion</artifactId>
  94. <version>1.0</version>
  95. <type>jar</type>
  96. <exclusions>
  97. <exclusion>
  98. <groupId>com.google.guava</groupId>
  99. <artifactId>guava</artifactId>
  100. </exclusion>
  101. </exclusions>
  102. </dependency>
  103. <dependency>
  104. <groupId>org.apache.hbase</groupId>
  105. <artifactId>hbase-server</artifactId>
  106. <version>1.3.0</version>
  107. <exclusions>
  108. <exclusion>
  109. <groupId>com.sun.jersey</groupId>
  110. <artifactId>jersey-server</artifactId>
  111. </exclusion>
  112. <exclusion>
  113. <groupId>com.sun.jersey</groupId>
  114. <artifactId>jersey-core</artifactId>
  115. </exclusion>
  116. <exclusion>
  117. <groupId>com.sun.jersey</groupId>
  118. <artifactId>jersey-json</artifactId>
  119. </exclusion>
  120. <exclusion>
  121. <groupId>com.google.guava</groupId>
  122. <artifactId>guava</artifactId>
  123. </exclusion>
  124. <exclusion>
  125. <groupId>org.apache.httpcomponents</groupId>
  126. <artifactId>httpclient</artifactId>
  127. </exclusion>
  128. <exclusion>
  129. <groupId>org.apache.httpcomponents</groupId>
  130. <artifactId>httpcore</artifactId>
  131. </exclusion>
  132. </exclusions>
  133. </dependency>
  134. <dependency>
  135. <groupId>org.apache.hbase</groupId>
  136. <artifactId>hbase-client</artifactId>
  137. <version>1.3.0</version>
  138. <exclusions>
  139. <exclusion>
  140. <groupId>com.google.guava</groupId>
  141. <artifactId>guava</artifactId>
  142. </exclusion>
  143. </exclusions>
  144. </dependency>
  145. <dependency>
  146. <groupId>org.slf4j</groupId>
  147. <artifactId>slf4j-api</artifactId>
  148. <version>1.7.26</version>
  149. </dependency>
  150. <!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-log4j12 -->
  151. <dependency>
  152. <groupId>org.slf4j</groupId>
  153. <artifactId>slf4j-log4j12</artifactId>
  154. <version>1.7.26</version>
  155. </dependency>
  156. </dependencies>
  157. <build>
  158. <pluginManagement><!-- lock down plugins versions to avoid using Maven defaults (may be moved to parent pom) -->
  159. <plugins>
  160. <!-- clean lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#clean_Lifecycle -->
  161. <plugin>
  162. <artifactId>maven-clean-plugin</artifactId>
  163. <version>3.1.0</version>
  164. </plugin>
  165. <!-- default lifecycle, jar packaging: see https://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging -->
  166. <plugin>
  167. <artifactId>maven-resources-plugin</artifactId>
  168. <version>3.0.2</version>
  169. </plugin>
  170. <plugin>
  171. <artifactId>maven-compiler-plugin</artifactId>
  172. <version>3.8.0</version>
  173. </plugin>
  174. <plugin>
  175. <artifactId>maven-surefire-plugin</artifactId>
  176. <version>2.22.1</version>
  177. </plugin>
  178. <plugin>
  179. <artifactId>maven-jar-plugin</artifactId>
  180. <version>3.0.2</version>
  181. </plugin>
  182. <plugin>
  183. <artifactId>maven-install-plugin</artifactId>
  184. <version>2.5.2</version>
  185. </plugin>
  186. <plugin>
  187. <artifactId>maven-deploy-plugin</artifactId>
  188. <version>2.8.2</version>
  189. </plugin>
  190. <!-- site lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#site_Lifecycle -->
  191. <plugin>
  192. <artifactId>maven-site-plugin</artifactId>
  193. <version>3.7.1</version>
  194. </plugin>
  195. <plugin>
  196. <artifactId>maven-project-info-reports-plugin</artifactId>
  197. <version>3.0.0</version>
  198. </plugin>
  199. </plugins>
  200. </pluginManagement>
  201. <plugins>
  202. <plugin>
  203. <groupId>org.apache.maven.plugins</groupId>
  204. <artifactId>maven-compiler-plugin</artifactId>
  205. <configuration>
  206. <source>8</source>
  207. <target>8</target>
  208. </configuration>
  209. </plugin>
  210. </plugins>
  211. </build>
  212. </project>