From 0cf90eff024954ca9ca3dd2b49c067e7ac574fe9 Mon Sep 17 00:00:00 2001 From: fuzi1996 Date: Fri, 25 Mar 2022 21:59:48 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix(dbapi-ui):=E7=BC=BA=E5=B0=91org.codehau?= =?UTF-8?q?s.mojo:exec-maven-plugin=E7=89=88=E6=9C=AC=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dbapi-ui/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/dbapi-ui/pom.xml b/dbapi-ui/pom.xml index 8a08666..381ec04 100644 --- a/dbapi-ui/pom.xml +++ b/dbapi-ui/pom.xml @@ -23,6 +23,7 @@ org.codehaus.mojo exec-maven-plugin + 3.0.0 exec-npm-install -- Gitee From f2d47e1a8fe972e9d8cf16fa1c496a137c5e49eb Mon Sep 17 00:00:00 2001 From: fuzi1996 Date: Fri, 25 Mar 2022 22:37:36 +0800 Subject: [PATCH 2/2] =?UTF-8?q?chore(dbapi):=E6=B7=BB=E5=8A=A0=E6=99=AE?= =?UTF-8?q?=E9=80=9Ajar=E5=8C=85=E4=B8=8E=E5=86=B2=E7=AA=81jar=E5=8C=85?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 120 +++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 118 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index eefde94..8383394 100644 --- a/pom.xml +++ b/pom.xml @@ -21,6 +21,27 @@ UTF-8 UTF-8 freakchicken + + 2.12.2 + + 1.2.17 + 1.7.5 + 1.15 + 3.2.2 + 1.8 + 2.6 + 2.6 + 1.1.3 + 2.7.1 + 2.7.5 + 1.9.13 + 1.8.3 + 1.9.13 + 1.9.13 + 1.19.1 + 1.19.1 + 1.9 + 3.0.0 @@ -161,7 +182,13 @@ dbapi-controller ${project.version} - + + + com.fasterxml.jackson.core + jackson-databind + ${com.fasterxml.jackson.core.jackson-databind.version} + + com.gitee.freakchicken.dbapi dbapi-standalone @@ -182,7 +209,96 @@ dbapi-cluster-apiServer ${project.version} - + + log4j + log4j + ${log4j.log4j.version} + + + org.apache.avro + avro + ${org.apache.avro.avro.version} + + + commons-codec + commons-codec + ${commons-codec.commons-codec.version} + + + commons-collections + commons-collections + ${commons-collections.commons-collections.version} + + + commons-configuration + commons-configuration + ${commons-configuration.commons-configuration.version} + + + commons-io + commons-io + ${commons-io.commons-io.version} + + + commons-lang + commons-lang + ${commons-lang.commons-lang.version} + + + commons-logging + commons-logging + ${commons-logging.commons-logging.version} + + + org.apache.curator + curator-client + ${org.apache.curator.curator-client.version} + + + org.apache.hadoop + hadoop-annotations + ${org.apache.hadoop.hadoop-annotations.version} + + + org.codehaus.jackson + jackson-core-asl + ${org.codehaus.jackson.jackson-core-asl.version} + + + org.codehaus.jackson + jackson-jaxrs + ${org.codehaus.jackson.jackson-jaxrs.version} + + + org.codehaus.jackson + jackson-mapper-asl + ${org.codehaus.jackson.jackson-mapper-asl.version} + + + org.codehaus.jackson + jackson-xc + ${org.codehaus.jackson.jackson-xc.version} + + + com.sun.jersey + jersey-client + ${com.sun.jersey.jersey-client.version} + + + com.sun.jersey + jersey-core + ${com.sun.jersey.jersey-core.version} + + + com.sun.jersey + jersey-json + ${com.sun.jersey.jersey-json.version} + + + com.google.code.findbugs + jsr305 + ${com.google.code.findbugs.jsr305.version} + -- Gitee