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