dev --- 3.8.0.A版本, openProject引用 ; formao-live --- 3.7.0.B 版本, formallProject引用
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388
  1. <?xml version="1.0"?>
  2. <project
  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. xmlns="http://maven.apache.org/POM/4.0.0">
  6. <modelVersion>4.0.0</modelVersion>
  7. <groupId>com.github.binarywang</groupId>
  8. <artifactId>weixin-java-parent</artifactId>
  9. <version>3.2.10.B</version>
  10. <packaging>pom</packaging>
  11. <name>Weixin Java Tools - Parent</name>
  12. <description>微信开发Java SDK</description>
  13. <url>https://github.com/wechat-group/weixin-java-tools</url>
  14. <licenses>
  15. <license>
  16. <name>The Apache License, Version 2.0</name>
  17. <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
  18. </license>
  19. </licenses>
  20. <developers>
  21. <developer>
  22. <name>Daniel Qian</name>
  23. <email>chanjarster@gmail.com</email>
  24. <url>https://github.com/chanjarster</url>
  25. </developer>
  26. <developer>
  27. <name>Binary Wang</name>
  28. <email>binarywang@gmail.com</email>
  29. <url>https://github.com/binarywang</url>
  30. </developer>
  31. <developer>
  32. <name>gaigeshen</name>
  33. <email>gaigeshen@qq.com</email>
  34. <url>https://github.com/gaigeshen</url>
  35. </developer>
  36. <developer>
  37. <name>Liu Mingbo</name>
  38. <email>liumingbo2008@gmail.com</email>
  39. <url>https://github.com/FirenzesEagle</url>
  40. </developer>
  41. <developer>
  42. <name>kakotor</name>
  43. <email>kakotor@gmail.com</email>
  44. <url>https://github.com/kakotor</url>
  45. </developer>
  46. <developer>
  47. <name>xiong</name>
  48. <email>zhaoxiong.tan@gmail.com</email>
  49. <url>https://github.com/ZhaoxiongTan</url>
  50. </developer>
  51. <developer>
  52. <name>LiuJunGuang</name>
  53. <email>aimilin@yeah.net</email>
  54. <url>https://github.com/aimilin6688</url>
  55. </developer>
  56. <developer>
  57. <name>Eric.Tsai</name>
  58. <email>xiaodong.cai.ks@gmail.com</email>
  59. <url>https://github.com/iwareserictsai</url>
  60. </developer>
  61. <developer>
  62. <name>withinthefog</name>
  63. <email>withinthefog@gmail.com</email>
  64. <url>https://github.com/withinthefog</url>
  65. </developer>
  66. <developer>
  67. <name>Keung</name>
  68. <email>dongfuqiang1988@163.com</email>
  69. <url>https://github.com/johnnytung</url>
  70. </developer>
  71. <developer>
  72. <name>Jonk</name>
  73. <email>aimilin@yeah.net</email>
  74. <url>https://github.com/aimilin6688</url>
  75. </developer>
  76. <developer>
  77. <name>ecoolper</name>
  78. <email>crskyp@gmail.com</email>
  79. <url>https://github.com/crskyp</url>
  80. </developer>
  81. <developer>
  82. <name>007</name>
  83. <email>007gzs@gmail.com</email>
  84. <url>https://github.com/007gzs</url>
  85. </developer>
  86. <developer>
  87. <name>Howard Liu</name>
  88. <email>liuxinghao1988@gmail.com</email>
  89. <url>https://github.com/howardliu-cn</url>
  90. </developer>
  91. </developers>
  92. <scm>
  93. <connection>scm:git:https://github.com/wechat-group/weixin-java-tools.git</connection>
  94. <developerConnection>scm:git:git@github.com:wechat-group/weixin-java-tools.git</developerConnection>
  95. <url>https://github.com/wechat-group/weixin-java-tools</url>
  96. </scm>
  97. <modules>
  98. <module>weixin-java-common</module>
  99. <module>weixin-java-cp</module>
  100. <module>weixin-java-mp</module>
  101. <module>weixin-java-pay</module>
  102. <module>weixin-java-miniapp</module>
  103. <module>weixin-java-open</module>
  104. <!--module>weixin-java-osgi</module-->
  105. </modules>
  106. <properties>
  107. <maven.compiler.source>1.7</maven.compiler.source>
  108. <maven.compiler.target>1.7</maven.compiler.target>
  109. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  110. <httpclient.version>4.5</httpclient.version>
  111. <jetty.version>9.3.0.RC0</jetty.version>
  112. </properties>
  113. <dependencyManagement>
  114. <dependencies>
  115. <dependency>
  116. <groupId>com.github.binarywang</groupId>
  117. <artifactId>qrcode-utils</artifactId>
  118. <version>1.1</version>
  119. </dependency>
  120. <!-- 由于jodd-http较新的3.8版本需要jdk8,故而此处采用较低版本 -->
  121. <dependency>
  122. <groupId>org.jodd</groupId>
  123. <artifactId>jodd-http</artifactId>
  124. <version>3.7.1</version>
  125. <scope>provided</scope>
  126. </dependency>
  127. <dependency>
  128. <groupId>com.squareup.okhttp3</groupId>
  129. <artifactId>okhttp</artifactId>
  130. <version>3.7.0</version>
  131. <scope>provided</scope>
  132. </dependency>
  133. <dependency>
  134. <groupId>org.apache.httpcomponents</groupId>
  135. <artifactId>httpclient</artifactId>
  136. <version>${httpclient.version}</version>
  137. </dependency>
  138. <dependency>
  139. <groupId>org.apache.httpcomponents</groupId>
  140. <artifactId>httpmime</artifactId>
  141. <version>${httpclient.version}</version>
  142. </dependency>
  143. <dependency>
  144. <groupId>commons-codec</groupId>
  145. <artifactId>commons-codec</artifactId>
  146. <version>1.10</version>
  147. </dependency>
  148. <dependency>
  149. <groupId>commons-io</groupId>
  150. <artifactId>commons-io</artifactId>
  151. <version>2.5</version>
  152. </dependency>
  153. <dependency>
  154. <groupId>org.apache.commons</groupId>
  155. <artifactId>commons-lang3</artifactId>
  156. <version>3.5</version>
  157. </dependency>
  158. <dependency>
  159. <groupId>org.slf4j</groupId>
  160. <artifactId>slf4j-api</artifactId>
  161. <version>1.7.24</version>
  162. </dependency>
  163. <dependency>
  164. <groupId>com.thoughtworks.xstream</groupId>
  165. <artifactId>xstream</artifactId>
  166. <version>1.4.10</version>
  167. </dependency>
  168. <!-- 由于guava较新的21.0版本需要jdk8,故而此处采用较低版本 -->
  169. <dependency>
  170. <groupId>com.google.guava</groupId>
  171. <artifactId>guava</artifactId>
  172. <version>20.0</version>
  173. </dependency>
  174. <dependency>
  175. <groupId>com.google.code.gson</groupId>
  176. <artifactId>gson</artifactId>
  177. <version>2.8.0</version>
  178. </dependency>
  179. <!-- 测试所用依赖 -->
  180. <dependency>
  181. <groupId>joda-time</groupId>
  182. <artifactId>joda-time</artifactId>
  183. <version>2.9.7</version>
  184. <scope>test</scope>
  185. </dependency>
  186. <dependency>
  187. <groupId>ch.qos.logback</groupId>
  188. <artifactId>logback-classic</artifactId>
  189. <version>1.1.11</version>
  190. <scope>test</scope>
  191. </dependency>
  192. <dependency>
  193. <groupId>com.google.inject</groupId>
  194. <artifactId>guice</artifactId>
  195. <version>3.0</version>
  196. <scope>test</scope>
  197. </dependency>
  198. <dependency>
  199. <groupId>org.testng</groupId>
  200. <artifactId>testng</artifactId>
  201. <version>6.10</version>
  202. <scope>test</scope>
  203. </dependency>
  204. <dependency>
  205. <groupId>org.mockito</groupId>
  206. <artifactId>mockito-all</artifactId>
  207. <version>1.9.5</version>
  208. <scope>test</scope>
  209. </dependency>
  210. <dependency>
  211. <groupId>org.eclipse.jetty</groupId>
  212. <artifactId>jetty-server</artifactId>
  213. <version>${jetty.version}</version>
  214. <scope>test</scope>
  215. </dependency>
  216. <dependency>
  217. <groupId>org.eclipse.jetty</groupId>
  218. <artifactId>jetty-servlet</artifactId>
  219. <version>${jetty.version}</version>
  220. <scope>test</scope>
  221. </dependency>
  222. <dependency>
  223. <groupId>org.assertj</groupId>
  224. <artifactId>assertj-guava</artifactId>
  225. <version>3.0.0</version>
  226. <scope>test</scope>
  227. </dependency>
  228. <dependency>
  229. <groupId>redis.clients</groupId>
  230. <artifactId>jedis</artifactId>
  231. <version>2.9.0</version>
  232. <scope>provided</scope>
  233. </dependency>
  234. <dependency>
  235. <groupId>org.projectlombok</groupId>
  236. <artifactId>lombok</artifactId>
  237. <version>1.16.18</version>
  238. <scope>provided</scope>
  239. </dependency>
  240. </dependencies>
  241. </dependencyManagement>
  242. <distributionManagement>
  243. <snapshotRepository>
  244. <id>ossrh</id>
  245. <url>https://oss.sonatype.org/content/repositories/snapshots</url>
  246. </snapshotRepository>
  247. <repository>
  248. <id>ossrh</id>
  249. <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
  250. </repository>
  251. </distributionManagement>
  252. <profiles>
  253. <profile>
  254. <id>doclint-java8-disable</id>
  255. <activation>
  256. <jdk>[1.8,)</jdk>
  257. </activation>
  258. <properties>
  259. <javadoc.opts>-Xdoclint:none</javadoc.opts>
  260. </properties>
  261. </profile>
  262. <profile>
  263. <id>release</id>
  264. <build>
  265. <plugins>
  266. <plugin>
  267. <groupId>org.apache.maven.plugins</groupId>
  268. <artifactId>maven-source-plugin</artifactId>
  269. <version>2.2.1</version>
  270. <executions>
  271. <execution>
  272. <id>attach-sources</id>
  273. <goals>
  274. <goal>jar-no-fork</goal>
  275. </goals>
  276. </execution>
  277. </executions>
  278. </plugin>
  279. <plugin>
  280. <groupId>org.apache.maven.plugins</groupId>
  281. <artifactId>maven-javadoc-plugin</artifactId>
  282. <version>2.9.1</version>
  283. <executions>
  284. <execution>
  285. <id>attach-javadocs</id>
  286. <goals>
  287. <goal>jar</goal>
  288. </goals>
  289. </execution>
  290. </executions>
  291. <configuration>
  292. <additionalparam>${javadoc.opts}</additionalparam>
  293. <charset>UTF-8</charset>
  294. <locale>zh_CN</locale>
  295. </configuration>
  296. </plugin>
  297. <plugin>
  298. <groupId>org.apache.maven.plugins</groupId>
  299. <artifactId>maven-gpg-plugin</artifactId>
  300. <version>1.6</version>
  301. <executions>
  302. <execution>
  303. <id>sign-artifacts</id>
  304. <phase>verify</phase>
  305. <goals>
  306. <goal>sign</goal>
  307. </goals>
  308. </execution>
  309. </executions>
  310. </plugin>
  311. </plugins>
  312. </build>
  313. </profile>
  314. </profiles>
  315. <build>
  316. <pluginManagement>
  317. <plugins>
  318. <plugin>
  319. <groupId>org.apache.maven.plugins</groupId>
  320. <artifactId>maven-surefire-plugin</artifactId>
  321. <version>2.17</version>
  322. <configuration>
  323. <skip>true</skip>
  324. </configuration>
  325. </plugin>
  326. </plugins>
  327. </pluginManagement>
  328. <plugins>
  329. <plugin>
  330. <groupId>org.sonatype.plugins</groupId>
  331. <artifactId>nexus-staging-maven-plugin</artifactId>
  332. <version>1.6.3</version>
  333. <extensions>true</extensions>
  334. <configuration>
  335. <serverId>ossrh</serverId>
  336. <nexusUrl>https://oss.sonatype.org/</nexusUrl>
  337. <autoReleaseAfterClose>true</autoReleaseAfterClose>
  338. </configuration>
  339. </plugin>
  340. <plugin>
  341. <groupId>org.apache.maven.plugins</groupId>
  342. <artifactId>maven-release-plugin</artifactId>
  343. <version>2.5.1</version>
  344. <configuration>
  345. <autoVersionSubmodules>true</autoVersionSubmodules>
  346. <useReleaseProfile>false</useReleaseProfile>
  347. <releaseProfiles>release</releaseProfiles>
  348. <goals>deploy</goals>
  349. </configuration>
  350. </plugin>
  351. <plugin>
  352. <groupId>org.apache.maven.plugins</groupId>
  353. <artifactId>maven-checkstyle-plugin</artifactId>
  354. <version>2.17</version>
  355. <configuration>
  356. <configLocation>quality-checks/google_checks.xml</configLocation>
  357. <includeTestSourceDirectory>true</includeTestSourceDirectory>
  358. <consoleOutput>true</consoleOutput>
  359. <failsOnError>true</failsOnError>
  360. </configuration>
  361. <executions>
  362. <execution>
  363. <phase>verify</phase>
  364. <goals>
  365. <goal>check</goal>
  366. </goals>
  367. </execution>
  368. </executions>
  369. </plugin>
  370. </plugins>
  371. </build>
  372. </project>