This is an automated email from the ASF dual-hosted git repository. gongchao pushed a commit to branch remove-hibernate in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
commit 8d2529a9011952f37c27c525c91b7861b9b8be02 Author: tomsun28 <[email protected]> AuthorDate: Sat Apr 20 15:14:50 2024 +0800 update pom Signed-off-by: tomsun28 <[email protected]> --- alerter/pom.xml | 11 ----------- common/pom.xml | 6 +++++- manager/pom.xml | 4 ---- push/pom.xml | 5 ----- warehouse/pom.xml | 10 ---------- 5 files changed, 5 insertions(+), 31 deletions(-) diff --git a/alerter/pom.xml b/alerter/pom.xml index 00c085e26..82c7177ff 100644 --- a/alerter/pom.xml +++ b/alerter/pom.xml @@ -53,17 +53,6 @@ <artifactId>spring-boot-configuration-processor</artifactId> <optional>true</optional> </dependency> - <!-- data jdbc --> - <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-jdbc</artifactId> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-data-jpa</artifactId> - <scope>provided</scope> - </dependency> <!-- validation --> <dependency> <groupId>org.springframework.boot</groupId> diff --git a/common/pom.xml b/common/pom.xml index 3de933d23..c24a05669 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -46,10 +46,14 @@ <artifactId>spring-boot-autoconfigure</artifactId> </dependency> <!-- jpa --> +<!-- <dependency>--> +<!-- <groupId>org.eclipse.persistence</groupId>--> +<!-- <artifactId>org.eclipse.persistence.jpa</artifactId>--> +<!-- <version>4.0.2</version>--> +<!-- </dependency>--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-jpa</artifactId> - <scope>provided</scope> </dependency> <!-- validation --> <dependency> diff --git a/manager/pom.xml b/manager/pom.xml index 3732f27f8..7b9802206 100644 --- a/manager/pom.xml +++ b/manager/pom.xml @@ -117,10 +117,6 @@ <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-jdbc</artifactId> </dependency> - <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-data-jpa</artifactId> - </dependency> <!-- mysql --> <dependency> <groupId>mysql</groupId> diff --git a/push/pom.xml b/push/pom.xml index d5e257ac4..5ae67fece 100644 --- a/push/pom.xml +++ b/push/pom.xml @@ -52,11 +52,6 @@ <artifactId>spring-boot-configuration-processor</artifactId> <optional>true</optional> </dependency> - <!-- jpa --> - <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-data-jpa</artifactId> - </dependency> <!-- swagger --> <dependency> <groupId>org.springdoc</groupId> diff --git a/warehouse/pom.xml b/warehouse/pom.xml index 03835486b..c89770e37 100644 --- a/warehouse/pom.xml +++ b/warehouse/pom.xml @@ -54,16 +54,6 @@ <artifactId>spring-boot-starter-web</artifactId> <scope>provided</scope> </dependency> - <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-jdbc</artifactId> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-data-jpa</artifactId> - <scope>provided</scope> - </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-autoconfigure</artifactId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
