From 174ed84e0fdca1f993d888705f1303108586da5b Mon Sep 17 00:00:00 2001 From: Justin Richer Date: Fri, 2 Oct 2015 21:21:17 -0400 Subject: [PATCH] Updated Maven Dependency (markdown) --- Maven-Dependency.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Maven-Dependency.md b/Maven-Dependency.md index bc89170..7e56d84 100644 --- a/Maven-Dependency.md +++ b/Maven-Dependency.md @@ -12,7 +12,7 @@ The parent Maven project, which depends on each of the following artifacts. Incl org.mitre openid-connect-parent - 1.2.0 + 1.2.1 pom ``` @@ -23,7 +23,7 @@ Includes common classes, service and repository interfaces, and JPA-annotated mo org.mitre openid-connect-common - 1.2.0 + 1.2.1 jar ``` @@ -34,7 +34,7 @@ Includes our RP/client implementation, built around spring security filters. Dep org.mitre openid-connect-client - 1.2.0 + 1.2.1 jar ``` @@ -45,7 +45,7 @@ Includes implementations of services and repositories from common which are used org.mitre openid-connect-server - 1.2.0 + 1.2.1 jar ``` @@ -57,7 +57,7 @@ Includes IdP/server implementation, deployable as a webapp. Depends on openid-co org.mitre openid-connect-server-webapp - 1.2.0 + 1.2.1 war ``` @@ -69,7 +69,7 @@ Includes implementations of services and repositories from common which are used org.mitre openid-connect-server - 1.2.0 + 1.2.1 jar ``` @@ -81,7 +81,7 @@ Includes UMA server implementation on top of IdP/AS, deployable as a webapp. Dep org.mitre openid-connect-server-webapp - 1.2.0 + 1.2.1 war ```