diff --git a/.travis.yml b/.travis.yml index b334770a9..584b4e546 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,8 @@ env: - PROFILE=ci - PROFILE=spring5-next - PROFILE=hibernate-next + - PROFILE=hibernate-53 + - PROFILE=hibernate-53-next - PROFILE=eclipselink-next - PROFILE=eclipselink-27-next - PROFILE=querydsl-next diff --git a/pom.xml b/pom.xml index 62f66f920..07ef12ce4 100644 --- a/pom.xml +++ b/pom.xml @@ -45,6 +45,24 @@ + + hibernate-53 + + 5.3.0.Beta1 + + + + hibernate-53-next + + 5.3.0-SNAPSHOT + + + + jboss + https://repository.jboss.org/nexus/content/repositories/public + + + eclipselink-next