Skip to content

Commit 4381342

Browse files
committed
updated to work with java 11
1 parent 0d4ef2c commit 4381342

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

openid-connect-common/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,11 @@
8787
<groupId>org.bouncycastle</groupId>
8888
<artifactId>bcprov-jdk15on</artifactId>
8989
</dependency>
90+
<dependency>
91+
<groupId>javax.annotation</groupId>
92+
<artifactId>javax.annotation-api</artifactId>
93+
<version>1.3.2</version>
94+
</dependency>
9095
</dependencies>
9196

9297
<packaging>jar</packaging>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
</mailingLists>
7171

7272
<properties>
73-
<java-version>1.8</java-version>
73+
<java-version>11</java-version>
7474
<org.slf4j-version>1.7.25</org.slf4j-version>
7575
</properties>
7676
<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>
@@ -178,7 +178,7 @@
178178
<plugin>
179179
<groupId>ro.isdc.wro4j</groupId>
180180
<artifactId>wro4j-maven-plugin</artifactId>
181-
<version>1.8.0</version>
181+
<version>1.9.0</version>
182182
<executions>
183183
<execution>
184184
<phase>compile</phase>
@@ -191,7 +191,7 @@
191191
<dependency>
192192
<groupId>ro.isdc.wro4j</groupId>
193193
<artifactId>wro4j-extensions</artifactId>
194-
<version>1.8.0</version>
194+
<version>1.9.0</version>
195195
</dependency>
196196
</dependencies>
197197
</plugin>
@@ -605,7 +605,7 @@
605605
<dependency>
606606
<groupId>ro.isdc.wro4j</groupId>
607607
<artifactId>wro4j-extensions</artifactId>
608-
<version>1.8.0</version>
608+
<version>1.9.0</version>
609609
</dependency>
610610
</dependencies>
611611
</dependencyManagement>

0 commit comments

Comments
 (0)