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.