diff --git a/Maven-Dependency.md b/Maven-Dependency.md
index fd66749..e7ad198 100644
--- a/Maven-Dependency.md
+++ b/Maven-Dependency.md
@@ -11,7 +11,7 @@ The parent Maven project, which depends on each of the following artifacts. Incl
org.mitre
openid-connect-parent
- 1.0.11
+ 1.1.0
pom
```
@@ -22,7 +22,7 @@ Includes common classes, service and repository interfaces, and JPA-annotated mo
org.mitre
openid-connect-common
- 1.0.11
+ 1.1.0
jar
```
@@ -33,18 +33,30 @@ Includes our RP/client implementation, built around spring security filters. Dep
org.mitre
openid-connect-client
- 1.0.11
+ 1.1.0
jar
```
## openid-connect-server
-Includes IdP/server implementation, with implementations of services and repositories from common which are used by the server. Depends on openid-connect-common.
+Includes implementations of services and repositories from common which are used by the IdP/server. Depends on openid-connect-common.
```
org.mitre
openid-connect-server
- 1.0.11
+ 1.1.0
+ jar
+
+```
+
+## openid-connect-server-webapp
+
+Includes IdP/server implementation, deployable as a webapp. Depends on openid-connect-server.
+```
+
+ org.mitre
+ openid-connect-server-webapp
+ 1.1.0
war
```
\ No newline at end of file