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 + + + + +