From 1f5f7c8aac264cefde6498ac803f558851cefa6f Mon Sep 17 00:00:00 2001 From: Justin Richer Date: Mon, 4 Mar 2013 16:00:12 -0500 Subject: [PATCH] updates for java 7 --- openid-connect-server/pom.xml | 1 - pom.xml | 20 +++++++++++++++++++- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/openid-connect-server/pom.xml b/openid-connect-server/pom.xml index 8c53d9ff1..1a83dc8d0 100644 --- a/openid-connect-server/pom.xml +++ b/openid-connect-server/pom.xml @@ -58,7 +58,6 @@ maven-war-plugin openid-connect-server - true diff --git a/pom.xml b/pom.xml index a6e0cee7e..83689d8ba 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,25 @@ Reference implementation of OpenID Connect spec (http://openid.net/connect/). - + + + + org.apache.maven.plugins + maven-jar-plugin + 2.4 + + + org.apache.maven.plugins + maven-war-plugin + 2.2 + + + org.apache.maven.plugins + maven-archiver + 2.5 + + +