From 86433856ddd1c8fb745f94e7f929f72b0074e895 Mon Sep 17 00:00:00 2001 From: zhangfan345 Date: Fri, 11 Mar 2022 14:41:39 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=B8=89=E6=96=B9?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhangfan345 --- pom.xml | 66 ++++++--------------------------------------------------- 1 file changed, 6 insertions(+), 60 deletions(-) diff --git a/pom.xml b/pom.xml index 75639c3..1aff496 100644 --- a/pom.xml +++ b/pom.xml @@ -14,15 +14,16 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - - + gateway + + org.edgegallery + eg-parent + 1.0.0 + org.mec.website 1.0.0 4.0.0 - gateway 1.8 @@ -68,7 +69,6 @@ org.apache.servicecomb spring-boot2-starter-servlet - 1.3.6 org.springframework.boot @@ -84,11 +84,9 @@ - org.springframework.boot spring-boot-starter-web - ${spring-boot.version} org.springframework.boot @@ -111,7 +109,6 @@ org.springframework.boot spring-boot-starter-security - ${spring-boot.version} spring-security-core @@ -122,7 +119,6 @@ org.springframework.security.oauth.boot spring-security-oauth2-autoconfigure - ${spring-security-oauth2-autoconfigure.version} org.springframework.security @@ -133,17 +129,14 @@ org.springframework.security spring-security-jwt - ${spring-security-jwt.version} com.fasterxml.jackson.core jackson-databind - 2.10.5.1 org.springframework.security.oauth spring-security-oauth2 - 2.3.8.RELEASE jackson-mapper-asl @@ -158,17 +151,14 @@ org.springframework.security spring-security-core - 5.3.13.RELEASE org.springframework.security spring-security-crypto - 5.3.13.RELEASE org.apache.tomcat.embed tomcat-embed-core - ${tomcat.embed.version} tomcat-annotations-api @@ -179,43 +169,31 @@ org.apache.tomcat tomcat-annotations-api - ${tomcat.embed.version} org.springframework.boot spring-boot-starter-websocket - 2.1.18.RELEASE - org.apache.tomcat.embed tomcat-embed-el - ${tomcat.embed.version} - org.yaml snakeyaml - 1.26 - com.google.code.gson gson - ${gson.version} - org.apache.httpcomponents httpclient - ${httpclient.version} - org.apache.servicecomb transport-rest-vertx - 1.3.6 org.apache.httpcomponents @@ -266,7 +244,6 @@ com.marcosbarbero.cloud spring-cloud-zuul-ratelimit - 2.1.0.RELEASE org.springframework.boot @@ -275,40 +252,32 @@ com.h2database h2 - 2.0.206 org.springframework.security spring-security-rsa - 1.0.9.RELEASE - org.springframework.security spring-security-web - 5.3.13.RELEASE org.springframework.security spring-security-config - 5.3.13.RELEASE org.projectlombok lombok - 1.18.10 org.apache.logging.log4j log4j-core - ${log4j.version} org.apache.logging.log4j log4j-api - ${log4j.version} org.slf4j @@ -317,14 +286,11 @@ org.apache.logging.log4j log4j-slf4j-impl - ${log4j.version} org.apache.logging.log4j log4j-1.2-api - ${log4j.version} - org.springframework.boot @@ -334,55 +300,45 @@ junit junit - 4.13 test org.powermock powermock-module-junit4 - 2.0.4 test org.jmockit jmockit - 1.19 test org.jmockit jmockit-coverage - 1.19 test com.alibaba fastjson - 1.2.70 json-smart net.minidev - 2.4.7 vertx-core io.vertx - 3.9.12 netty-transport io.netty - 4.1.72.Final - org.apache.maven.plugins maven-compiler-plugin - 3.8.1 ${java.version} ${java.version} @@ -394,7 +350,6 @@ org.springframework.boot spring-boot-maven-plugin - 2.1.2.RELEASE @@ -406,7 +361,6 @@ org.codehaus.mojo findbugs-maven-plugin - 3.0.4 true @@ -421,7 +375,6 @@ org.apache.maven.plugins maven-pmd-plugin - 3.13.0 true 2 @@ -439,7 +392,6 @@ org.apache.maven.plugins maven-checkstyle-plugin - 3.1.1 false warning @@ -458,7 +410,6 @@ org.jacoco jacoco-maven-plugin - 0.7.7.201606060606 target/coverage-reports/jacoco-unit.exec target/coverage-reports/jacoco-unit.exec @@ -481,18 +432,15 @@ - org.apache.maven.plugins maven-jxr-plugin - 2.3 org.apache.maven.plugins maven-checkstyle-plugin - 3.1.1 false warning @@ -504,9 +452,7 @@ org.codehaus.mojo findbugs-maven-plugin - 3.0.4 - -- Gitee From 155ba3767dcec5cec6486e2b6f687ab7cb9e9397 Mon Sep 17 00:00:00 2001 From: zhangfan345 Date: Fri, 11 Mar 2022 16:24:21 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99propert?= =?UTF-8?q?ies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhangfan345 --- pom.xml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/pom.xml b/pom.xml index 1aff496..3c73dfc 100644 --- a/pom.xml +++ b/pom.xml @@ -27,17 +27,8 @@ gateway 1.8 - UTF-8 - false - false - 4.5.10 - 2.8.6 5.2.10.RELEASE 2.3.3.RELEASE - 1.1.1.RELEASE - 2.2.2.RELEASE - 9.0.56 - 2.17.1 -- Gitee From fa146716a9a298e65b9461aeeae0e0d6a96b9320 Mon Sep 17 00:00:00 2001 From: zhangfan345 Date: Fri, 11 Mar 2022 16:54:31 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99propert?= =?UTF-8?q?ies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhangfan345 --- pom.xml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 3c73dfc..4fef6c9 100644 --- a/pom.xml +++ b/pom.xml @@ -25,17 +25,12 @@ 1.0.0 4.0.0 gateway - - 1.8 - 5.2.10.RELEASE - 2.3.3.RELEASE - org.springframework spring-framework-bom - ${spring-framework-bom.version} + ${spring-framework.version} pom import -- Gitee