diff --git a/pom.xml b/pom.xml index 5fc64559..34b2db51 100644 --- a/pom.xml +++ b/pom.xml @@ -103,86 +103,90 @@ UTF-8 true true - 4.5 - 1.7.10 - 1.1.2 - 2.7 - 19.0 - 3.5 - 2.5 - 1.10 + 4.5.3 9.3.0.RC0 - 2.9.0 - - 3.7 - - - org.jodd - jodd-http - ${jodd-http.version} - - - com.squareup.okhttp3 - okhttp - 3.7.0 - - - org.slf4j - slf4j-api - ${slf4j.version} - - - com.thoughtworks.xstream - xstream - 1.4.9 - - - ch.qos.logback - logback-classic - ${logback.version} - test - - - org.apache.httpcomponents - httpclient - ${httpclient.version} - - - org.apache.httpcomponents - httpmime - ${httpclient.version} - - - com.google.code.gson - gson - ${gson.version} - - - commons-codec - commons-codec - ${commons-codec.version} - - - commons-io - commons-io - ${commons-io.version} - - - org.apache.commons - commons-lang3 - ${commons-lang3.version} - - - com.google.guava - guava - ${guava.version} - - - + + com.github.binarywang + qrcode-utils + 1.1 + + + + org.jodd + jodd-http + 3.7.1 + provided + + + com.squareup.okhttp3 + okhttp + 3.7.0 + provided + + + + org.apache.httpcomponents + httpclient + ${httpclient.version} + + + org.apache.httpcomponents + httpmime + ${httpclient.version} + + + commons-codec + commons-codec + 1.10 + + + commons-io + commons-io + 2.5 + + + org.apache.commons + commons-lang3 + 3.5 + + + org.slf4j + slf4j-api + 1.7.24 + + + com.thoughtworks.xstream + xstream + 1.4.9 + + + com.google.guava + guava + 22.0 + + + com.google.code.gson + gson + 2.8.0 + + + + + joda-time + joda-time + 2.9.7 + test + + + ch.qos.logback + logback-classic + 1.1.11 + test + com.google.inject guice @@ -192,7 +196,7 @@ org.testng testng - 6.8.7 + 6.10 test @@ -216,7 +220,8 @@ redis.clients jedis - ${jedis.version} + 3.0 + provided diff --git a/weixin-java-common/pom.xml b/weixin-java-common/pom.xml index a0d5683f..5414f8bc 100644 --- a/weixin-java-common/pom.xml +++ b/weixin-java-common/pom.xml @@ -1,7 +1,8 @@ + 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 @@ -14,6 +15,59 @@ 微信公众号、企业号Java SDK Common + + org.jodd + jodd-http + provided + + + com.squareup.okhttp3 + okhttp + provided + + + + org.slf4j + slf4j-api + + + com.thoughtworks.xstream + xstream + + + org.apache.httpcomponents + httpclient + + + org.apache.httpcomponents + httpmime + + + com.google.code.gson + gson + + + commons-codec + commons-codec + + + commons-io + commons-io + + + org.apache.commons + commons-lang3 + + + com.google.guava + guava + + + + ch.qos.logback + logback-classic + test + org.testng testng @@ -39,11 +93,6 @@ jetty-servlet test - - org.jodd - jodd-http - 3.7 - diff --git a/weixin-java-cp/pom.xml b/weixin-java-cp/pom.xml index 68ad8283..3bbc65b7 100644 --- a/weixin-java-cp/pom.xml +++ b/weixin-java-cp/pom.xml @@ -20,10 +20,21 @@ weixin-java-common ${project.version} + + org.jodd + jodd-http + provided + + + com.squareup.okhttp3 + okhttp + provided + redis.clients jedis + org.testng testng diff --git a/weixin-java-mp/pom.xml b/weixin-java-mp/pom.xml index 1b97c008..570abca1 100644 --- a/weixin-java-mp/pom.xml +++ b/weixin-java-mp/pom.xml @@ -19,6 +19,18 @@ weixin-java-common ${project.version} + + + org.jodd + jodd-http + provided + + + com.squareup.okhttp3 + okhttp + provided + + org.testng testng @@ -42,7 +54,6 @@ joda-time joda-time - 2.9.4 test diff --git a/weixin-java-pay/pom.xml b/weixin-java-pay/pom.xml index 989fd9fa..11c60005 100644 --- a/weixin-java-pay/pom.xml +++ b/weixin-java-pay/pom.xml @@ -22,9 +22,11 @@ com.github.binarywang qrcode-utils - 1.1 - + + org.jodd + jodd-http + org.testng testng