diff --git a/pom.xml b/pom.xml index b75f6c050..b3420ffc9 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.mitre openid-connect-parent @@ -72,7 +73,7 @@ 1.8 4.1.1.RELEASE 3.2.5.RELEASE - 1.7.12 + 1.7.21 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. https://github.com/mitreid-connect @@ -87,7 +88,7 @@ org.apache.maven.plugins maven-war-plugin - 2.2 + 2.6 org.apache.maven.plugins @@ -130,6 +131,16 @@ warpath-maven-plugin 3.5.0 + + org.apache.maven.plugins + maven-site-plugin + 3.3 + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.9 + @@ -196,6 +207,96 @@ + + org.apache.maven.plugins + maven-site-plugin + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.4 + + false + false + + + index + cim + dependencies + dependency-convergence + + dependency-management + help + issue-tracking + license + mailing-list + modules + plugin-management + plugins + project-team + scm + summary + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9 + + true + true + true + true + MITREid Connect ${project.name} v. ${project.version} + MITREid Connect ${project.name} v. ${project.version} + ${basedir}/src/main/javadoc/overview.html + -Xdoclint:none + + + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.10 + + checkstyle.xml + + + + org.apache.maven.plugins + maven-surefire-plugin + + junit:junit + + **/*_Roo_* + + + + + org.codehaus.mojo + cobertura-maven-plugin + 2.7 + + + html + xml + + + + + + + + + + + + + + + + + @@ -207,55 +308,6 @@ https://travis-ci.org/mitreid-connect/OpenID-Connect-Java-Spring-Server - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.9 - - true - true - true - true - MITREid Connect v. ${project.version} - MITREid Connect v. ${project.version} - ${basedir}/src/main/javadoc/overview.html - - - - org.apache.maven.plugins - maven-checkstyle-plugin - 2.10 - - checkstyle.xml - - - - org.apache.maven.plugins - maven-surefire-plugin - - junit:junit - - **/*_Roo_* - - - - - org.codehaus.mojo - cobertura-maven-plugin - 2.5.2 - - - html - xml - - - - - - - @@ -292,7 +344,7 @@ spring-security-oauth2 2.0.3.RELEASE - + javax.servlet @@ -412,6 +464,13 @@ 1.9.5 test + + org.codehaus.mojo + cobertura-maven-plugin + 2.7 + test + maven-plugin + @@ -481,9 +540,9 @@ 4.3 - org.bouncycastle - bcprov-jdk15on - [1.52,) + org.bouncycastle + bcprov-jdk15on + [1.52,) org.eclipse.persistence @@ -533,6 +592,11 @@ javax.servlet.jsp jsp-api + + org.codehaus.mojo + cobertura-maven-plugin + maven-plugin +