From 490d27aa68a0f911136c5940c5471dcd17c769ea Mon Sep 17 00:00:00 2001 From: Amanda Anganes Date: Fri, 28 Jun 2013 13:07:11 -0700 Subject: [PATCH] Updated Architecture (markdown) --- Architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Architecture.md b/Architecture.md index 032bece..6a7172e 100644 --- a/Architecture.md +++ b/Architecture.md @@ -8,7 +8,7 @@ We are using JPA with Eclipselink and either an internal HSQL or external MySQL The project uses a multi-level Maven and git repository structure. The main project is split into the following modules: -* openid-connect-common: common classes, service and repository interfaces, and JPA-annotated model code. The JWT library is currently included here, but will eventually be moved out as a separate, external library. +* openid-connect-common: common classes, service and repository interfaces, and JPA-annotated model code. * openid-connect-server: IdP/server implementation, includes implementations of services and repositories for use by server. * openid-connect-client: RP/client implementation, built around spring security filters.