Updated Maven Dependency (markdown)

master
Justin Richer 2013-06-28 13:42:16 -07:00
parent 0ae4fc364c
commit d50f61176b
1 changed files with 4 additions and 0 deletions

@ -12,6 +12,7 @@ The parent Maven project, which depends on each of the following artifacts. Incl
<groupId>org.mitre</groupId>
<artifactId>openid-connect-parent</artifactId>
<version>1.0.4</version>
<type>pom</type>
</dependency>
```
## openid-connect-common
@ -22,6 +23,7 @@ Includes common classes, service and repository interfaces, and JPA-annotated mo
<groupId>org.mitre</groupId>
<artifactId>openid-connect-common</artifactId>
<version>1.0.4</version>
<type>jar</type>
</dependency>
```
## openid-connect-client
@ -32,6 +34,7 @@ Includes our RP/client implementation, built around spring security filters. Dep
<groupId>org.mitre</groupId>
<artifactId>openid-connect-client</artifactId>
<version>1.0.4</version>
<type>jar</type>
</dependency>
```
## openid-connect-server
@ -42,5 +45,6 @@ Includes IdP/server implementation, with implementations of services and reposit
<groupId>org.mitre</groupId>
<artifactId>openid-connect-server</artifactId>
<version>1.0.4</version>
<type>war</type>
</dependency>
```