From eeb0452d649096ab1a604c6176a3f27cff47029d Mon Sep 17 00:00:00 2001 From: Binary Wang Date: Mon, 9 Jan 2017 13:57:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=B0=83=E6=95=B4pom?= =?UTF-8?q?=E6=96=87=E4=BB=B6=EF=BC=8C=E5=B0=86jedis=E5=8D=95=E7=8B=AC?= =?UTF-8?q?=E7=A7=BB=E5=85=A5cp=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 11 +--- weixin-java-cp/pom.xml | 128 +++++++++++++++++++++-------------------- 2 files changed, 69 insertions(+), 70 deletions(-) diff --git a/pom.xml b/pom.xml index 2092494c..7a3697ce 100644 --- a/pom.xml +++ b/pom.xml @@ -1,7 +1,7 @@ + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"> 4.0.0 com.github.binarywang weixin-java-parent @@ -99,7 +99,6 @@ 4.5 1.7.10 1.1.2 - 2.9.0 2.7 19.0 3.5 @@ -150,12 +149,6 @@ commons-lang3 ${commons-lang3.version} - - redis.clients - jedis - ${jedis.version} - true - com.google.guava guava diff --git a/weixin-java-cp/pom.xml b/weixin-java-cp/pom.xml index 9b5f3877..79d68308 100644 --- a/weixin-java-cp/pom.xml +++ b/weixin-java-cp/pom.xml @@ -1,68 +1,74 @@ - 4.0.0 - - com.github.binarywang - weixin-java-parent - 2.4.8.BETA - + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"> + 4.0.0 + + com.github.binarywang + weixin-java-parent + 2.4.8.BETA + - weixin-java-cp - WeiXin Java Tools - CP - 微信企业号Java SDK + weixin-java-cp + WeiXin Java Tools - CP + 微信企业号Java SDK - - - com.github.binarywang - weixin-java-common - ${project.version} - - - junit - junit - test - - - org.testng - testng - test - - - org.mockito - mockito-all - test - - - com.google.inject - guice - test - - - org.eclipse.jetty - jetty-server - test - - - org.eclipse.jetty - jetty-servlet - test - - + + + com.github.binarywang + weixin-java-common + ${project.version} + + + junit + junit + test + + + org.testng + testng + test + + + org.mockito + mockito-all + test + + + com.google.inject + guice + test + + + org.eclipse.jetty + jetty-server + test + + + org.eclipse.jetty + jetty-servlet + test + + + redis.clients + jedis + 2.9.0 + true + + - - - - org.apache.maven.plugins - maven-surefire-plugin - - - src/test/resources/testng.xml - - - - - + + + + org.apache.maven.plugins + maven-surefire-plugin + + + src/test/resources/testng.xml + + + + +