diff --git a/.travis.yml b/.travis.yml
index 25cbfdba4..da6fe0877 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,10 +1,7 @@
language: java
jdk:
- oraclejdk8
- - oraclejdk7
- - openjdk7
sudo: false
after_success:
- bash <(curl -s https://codecov.io/bash)
-
diff --git a/pom.xml b/pom.xml
index 696cf6baf..828af528a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,9 @@
- 1.7
+ 1.8
+ 4.1.1.RELEASE
+ 3.2.5.RELEASE
1.7.12
A reference implementation of OpenID Connect (http://openid.net/connect/), OAuth 2.0, and UMA built on top of Java, Spring, and Spring Security. The project contains a fully functioning server, client, and utility library.