Skip to content

Commit 2d495bd

Browse files
praseodymjricher
authored andcommitted
Java 8 language level
1 parent c31f42c commit 2d495bd

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
language: java
22
jdk:
33
- oraclejdk8
4-
- oraclejdk7
5-
- openjdk7
64
sudo: false
75

86
after_success:
97
- bash <(curl -s https://codecov.io/bash)
10-

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@
6969
</mailingLists>
7070

7171
<properties>
72-
<java-version>1.7</java-version>
72+
<java-version>1.8</java-version>
73+
<org.springframework-version>4.1.1.RELEASE</org.springframework-version>
74+
<spring.security.version>3.2.5.RELEASE</spring.security.version>
7375
<org.slf4j-version>1.7.12</org.slf4j-version>
7476
</properties>
7577
<description>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.</description>

0 commit comments

Comments
 (0)