diff --git a/openid-connect-server-webapp/pom.xml b/openid-connect-server-webapp/pom.xml
index 6f1a80e75..037933264 100644
--- a/openid-connect-server-webapp/pom.xml
+++ b/openid-connect-server-webapp/pom.xml
@@ -22,10 +22,13 @@
org.mitre
openid-connect-parent
1.3.4-SNAPSHOT
+ ../pom.xml
+
openid-connect-server-webapp
war
OpenID Connect Server Webapp
+
@@ -75,32 +78,11 @@
-
- org.eclipse.jetty
- jetty-maven-plugin
-
- ${project.build.directory}/openid-connect-server-webapp.war
-
- /openid-connect-server-webapp
-
-
-
-
- ro.isdc.wro4j
- wro4j-maven-plugin
-
- bootstrap,bootstrap-responsive
- ${project.build.directory}/${project.build.finalName}
- ${project.build.directory}/${project.build.finalName}/resources/bootstrap2/css/
- ${project.build.directory}/${project.build.finalName}/js/
- ro.isdc.wro.maven.plugin.manager.factory.ConfigurableWroManagerFactory
-
-
-
+
-
+
org.mitre
openid-connect-server
@@ -136,5 +118,6 @@
HikariCP
+
Deployable package of the OpenID Connect server
diff --git a/openid-connect-server/pom.xml b/openid-connect-server/pom.xml
index f80421130..b06cfa2ec 100644
--- a/openid-connect-server/pom.xml
+++ b/openid-connect-server/pom.xml
@@ -24,20 +24,18 @@
org.mitre
openid-connect-parent
1.3.4-SNAPSHOT
- ..
+ ../pom.xml
+
org.apache.maven.plugins
maven-compiler-plugin
-
- ${java-version}
- ${java-version}
-
+
org.springframework.security.oauth
@@ -107,6 +105,12 @@
org.apache.httpcomponents
httpclient
+
+
+ commons-codec
+ commons-codec
+
+
junit
@@ -120,7 +124,12 @@
org.springframework
spring-test
+
+ javax.annotation
+ javax.annotation-api
+
+
OpenID Connect server libraries for Spring and Spring Security.
-
+
diff --git a/pom.xml b/pom.xml
index 630d1a214..ecae74d4b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,12 +23,6 @@
1.3.4-SNAPSHOT
MITREid Connect
pom
-
- org.sonatype.oss
- oss-parent
- 9
-
-
The Apache Software License, Version 2.0
@@ -73,149 +67,31 @@
org.apache.maven.plugins
maven-jar-plugin
- 3.0.2
+ 3.2.0
org.apache.maven.plugins
maven-war-plugin
- 3.0.0
-
-
- org.apache.maven.plugins
- maven-javadoc-plugin
- 2.10.4
-
-
- org.jacoco
- jacoco-maven-plugin
- 0.7.9
-
-
- org.apache.maven.plugins
- maven-checkstyle-plugin
- 2.10
-
-
- org.apache.maven.plugins
- maven-deploy-plugin
- 2.8.2
+ 3.3.1
org.apache.maven.plugins
maven-source-plugin
- 3.0.1
+ 3.2.1
org.apache.maven.plugins
maven-compiler-plugin
- 3.6.1
-
-
- org.eclipse.jetty
- jetty-maven-plugin
- 9.4.3.v20170317
-
-
- true
- org.apache.maven.plugins
- maven-enforcer-plugin
- 1.4.1
+ 3.8.1
org.appfuse.plugins
warpath-maven-plugin
3.5.0
-
- org.apache.maven.plugins
- maven-site-plugin
- 3.6
-
-
- org.apache.maven.plugins
- maven-project-info-reports-plugin
- 2.9
-
-
-
- org.eclipse.m2e
- lifecycle-mapping
- 1.0.0
-
-
-
-
-
-
- org.appfuse.plugins
-
-
- warpath-maven-plugin
-
-
- [3.5.0,)
-
-
- add-classes
-
-
-
-
-
-
-
-
-
-
-
- ro.isdc.wro4j
- wro4j-maven-plugin
- 1.8.0
-
-
- compile
-
- run
-
-
-
-
-
- ro.isdc.wro4j
- wro4j-extensions
- 1.8.0
-
-
-
-
- org.apache.maven.plugins
- maven-javadoc-plugin
-
- true
- true
-
- true
- MITREid Connect v. ${project.version}
- MITREid Connect v. ${project.version}
- ${basedir}/src/main/javadoc/overview.html
- -Xdoclint:none
-
-
-
- attach-javadocs
-
- jar
-
-
-
-
-
- org.apache.maven.plugins
- maven-deploy-plugin
-
org.apache.maven.plugins
maven-source-plugin
@@ -231,117 +107,14 @@
org.apache.maven.plugins
maven-compiler-plugin
-
-
- true
- org.apache.maven.plugins
- maven-enforcer-plugin
-
-
- enforce-maven-3
-
- enforce
-
-
-
-
- 3.1.0
-
-
- true
-
-
-
-
-
- org.jacoco
- jacoco-maven-plugin
-
-
-
- prepare-agent
-
-
-
- report
- test
-
- report
-
-
-
-
-
- org.apache.maven.plugins
- maven-site-plugin
-
-
- org.apache.maven.plugins
- maven-project-info-reports-plugin
-
- 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
-
- 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
-
- checkstyle.xml
-
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
-
- junit:junit
-
- **/*_Roo_*
-
-
-
-
- org.jacoco
- jacoco-maven-plugin
-
-
+ ${java-version}
+ ${java-version}
+
https://github.com/mitreid-connect/OpenID-Connect-Java-Spring-Server/issues
GitHub Issues
@@ -352,8 +125,11 @@
- 1.8
+ 11
+ UTF-8
+ UTF-8
4.3.27.RELEASE
+ 4.3.27.RELEASE
4.2.8.RELEASE
2.4.1.RELEASE
2.11.0
@@ -377,11 +153,19 @@
8.17.1
1.65
2.7
- 1.9.0
+ 2.4.2
+ 2.4.2
+ 1.0.10.RELEASE
+ 1.3.2
+
+ javax.annotation
+ javax.annotation-api
+ ${javax-annotation-api.version}
+
org.springframework
@@ -406,7 +190,7 @@
org.springframework
spring-test
- ${spring.version}
+ ${spring-test.version}
test
@@ -521,6 +305,21 @@
commons-io
${commons-io.version}
+
+ org.springframework.boot
+ spring-boot-starter-web
+ ${spring-boot-starter-web.version}
+
+
+ org.springframework.boot
+ spring-boot-starter-security
+ ${spring-boot-starter-security.version}
+
+
+ org.springframework.security.extensions
+ spring-security-saml2-core
+ ${spring-security-saml2-core.version}
+