From bd0600f0d405c08864a44e23b1282f15d86e651c Mon Sep 17 00:00:00 2001 From: ZhangJian He Date: Thu, 2 Mar 2023 22:36:10 +0800 Subject: [PATCH] [Multi-Database Support] package postgre h2 dependency] --- CHANGES.md | 1 + apollo-adminservice/pom.xml | 5 ----- apollo-assembly/pom.xml | 5 ----- apollo-biz/pom.xml | 5 ----- apollo-common/pom.xml | 8 ++++++++ apollo-configservice/pom.xml | 5 ----- apollo-portal/pom.xml | 5 ----- pom.xml | 7 +++++++ 8 files changed, 16 insertions(+), 25 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 430026af309..f67f0cf8afc 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -11,6 +11,7 @@ Apollo 2.2.0 * [Bump springboot version from 2.7.8 to 2.7.9](https://github.com/apolloconfig/apollo/pull/4750) * [[Multi-Database Support] Without Reliance on globally_quoted_identifiers Variable](https://github.com/apolloconfig/apollo/pull/4749) * [[Multi-Database Support] Without Reliance on boolean integer compare](https://github.com/apolloconfig/apollo/pull/4757) +* [[Multi-Database Support] package postgre h2 dependency](https://github.com/apolloconfig/apollo/pull/4757) ------------------ All issues and pull requests are [here](https://github.com/apolloconfig/apollo/milestone/13?closed=1) \ No newline at end of file diff --git a/apollo-adminservice/pom.xml b/apollo-adminservice/pom.xml index 77607d38439..6e9b29b48b4 100644 --- a/apollo-adminservice/pom.xml +++ b/apollo-adminservice/pom.xml @@ -80,11 +80,6 @@ jersey-apache-client4 test - - com.h2database - h2 - test - javax.xml.bind diff --git a/apollo-assembly/pom.xml b/apollo-assembly/pom.xml index ae854779009..120244bf915 100644 --- a/apollo-assembly/pom.xml +++ b/apollo-assembly/pom.xml @@ -43,11 +43,6 @@ com.ctrip.framework.apollo apollo-portal - - com.h2database - h2 - test - diff --git a/apollo-biz/pom.xml b/apollo-biz/pom.xml index ab307298c7a..737e82707d2 100644 --- a/apollo-biz/pom.xml +++ b/apollo-biz/pom.xml @@ -49,10 +49,5 @@ org.springframework.cloud spring-cloud-starter-zookeeper-discovery - - com.h2database - h2 - test - diff --git a/apollo-common/pom.xml b/apollo-common/pom.xml index 3f5aac97186..6eb8be96913 100644 --- a/apollo-common/pom.xml +++ b/apollo-common/pom.xml @@ -58,6 +58,14 @@ com.mysql mysql-connector-j + + org.postgresql + postgresql + + + com.h2database + h2 + org.springframework.data spring-data-commons diff --git a/apollo-configservice/pom.xml b/apollo-configservice/pom.xml index 24256f984f8..c86288a52ac 100644 --- a/apollo-configservice/pom.xml +++ b/apollo-configservice/pom.xml @@ -90,11 +90,6 @@ nacos-api ${nacos-discovery-api.version} - - com.h2database - h2 - test - javax.xml.bind diff --git a/apollo-portal/pom.xml b/apollo-portal/pom.xml index 84d28d0121b..a22cf408ff8 100644 --- a/apollo-portal/pom.xml +++ b/apollo-portal/pom.xml @@ -108,11 +108,6 @@ - - com.h2database - h2 - test - org.eclipse.jetty jetty-server diff --git a/pom.xml b/pom.xml index f96383fd166..13a6b8fd380 100644 --- a/pom.xml +++ b/pom.xml @@ -72,7 +72,9 @@ 3.23.1-GA 1.4.0 3.12.0 + 8.0.32 + 42.5.3 3.10.1 2.22.2 @@ -159,6 +161,11 @@ mysql-connector-j ${mysql-connector-j.version} + + org.postgresql + postgresql + ${postgre.version} + com.google.inject guice