From d50f61176bef7aa29a0621c2ca3cbe7c71cb5dcd Mon Sep 17 00:00:00 2001 From: Justin Richer Date: Fri, 28 Jun 2013 13:42:16 -0700 Subject: [PATCH] Updated Maven Dependency (markdown) --- Maven-Dependency.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Maven-Dependency.md b/Maven-Dependency.md index 0ac0b74..8988e27 100644 --- a/Maven-Dependency.md +++ b/Maven-Dependency.md @@ -12,6 +12,7 @@ The parent Maven project, which depends on each of the following artifacts. Incl org.mitre openid-connect-parent 1.0.4 + pom ``` ## openid-connect-common @@ -22,6 +23,7 @@ Includes common classes, service and repository interfaces, and JPA-annotated mo org.mitre openid-connect-common 1.0.4 + jar ``` ## openid-connect-client @@ -32,6 +34,7 @@ Includes our RP/client implementation, built around spring security filters. Dep org.mitre openid-connect-client 1.0.4 + jar ``` ## openid-connect-server @@ -42,5 +45,6 @@ Includes IdP/server implementation, with implementations of services and reposit org.mitre openid-connect-server 1.0.4 + war ``` \ No newline at end of file