From 70afee90840e8c930c2d2e198d7e8bf346deac31 Mon Sep 17 00:00:00 2001 From: John Tims Date: Fri, 29 May 2020 06:25:42 -0600 Subject: [PATCH] Remove additional testing for hibernate 5 Hibernate 5 is now the default. --- .github/workflows/ci.yml | 6 +----- pom.xml | 8 -------- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3bd99fd82..798c7c54e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: strategy: matrix: - target: [test-without-scala, test-scala, test-hibernate-5] + target: [test-without-scala, test-scala] include: - target: test-without-scala containers: db2 mysql postgresql mongo sqlserver oracle @@ -30,10 +30,6 @@ jobs: containers: null maven-args: --activate-profiles all,travis --projects querydsl-scala --resume-from querydsl-scala - - target: test-hibernate-5 - containers: db2 mysql postgresql mongo sqlserver oracle - maven-args: --activate-profiles jpa,hibernate5,travis,examples --projects !querydsl-jpa-codegen - runs-on: ubuntu-latest steps: - name: Check out code diff --git a/pom.xml b/pom.xml index 3df59a740..47c1b95d0 100644 --- a/pom.xml +++ b/pom.xml @@ -591,14 +591,6 @@ - - hibernate5 - - 5.4.8.Final - 6.0.18.Final - - - jdo