This is an automated email from the ASF dual-hosted git repository.
ranke pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-admin.git
The following commit(s) were added to refs/heads/develop by this push:
new ba2c35b fix #366 (#725)
ba2c35b is described below
commit ba2c35b42a7df559d013e3573d9ee52bb5dec5d2
Author: 邪影oO <[email protected]>
AuthorDate: Thu Apr 1 10:13:48 2021 +0800
fix #366 (#725)
---
.github/workflows/ci.yml | 2 +-
dubbo-admin-server/pom.xml | 6 ++++++
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 8cc2801..b57e9b3 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
java: [ 8, 11 ]
- timeout-minutes: 20
+ timeout-minutes: 30
steps:
- uses: actions/checkout@v2
- name: Set up JDK ${{ matrix.java }}
diff --git a/dubbo-admin-server/pom.xml b/dubbo-admin-server/pom.xml
index baaa50a..e13d213 100644
--- a/dubbo-admin-server/pom.xml
+++ b/dubbo-admin-server/pom.xml
@@ -44,6 +44,12 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
+ <exclusions>
+ <exclusion>
+ <artifactId>hibernate-core</artifactId>
+ <groupId>org.hibernate</groupId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>