Updated Maven Dependency (markdown)

master
Justin Richer 2014-06-19 07:27:24 -07:00
parent f4ea77a160
commit 753c693709
1 changed files with 5 additions and 5 deletions

@ -12,7 +12,7 @@ The parent Maven project, which depends on each of the following artifacts. Incl
<dependency>
<groupId>org.mitre</groupId>
<artifactId>openid-connect-parent</artifactId>
<version>1.1.7</version>
<version>1.1.8</version>
<type>pom</type>
</dependency>
```
@ -23,7 +23,7 @@ Includes common classes, service and repository interfaces, and JPA-annotated mo
<dependency>
<groupId>org.mitre</groupId>
<artifactId>openid-connect-common</artifactId>
<version>1.1.7</version>
<version>1.1.8</version>
<type>jar</type>
</dependency>
```
@ -34,7 +34,7 @@ Includes our RP/client implementation, built around spring security filters. Dep
<dependency>
<groupId>org.mitre</groupId>
<artifactId>openid-connect-client</artifactId>
<version>1.1.7</version>
<version>1.1.8</version>
<type>jar</type>
</dependency>
```
@ -45,7 +45,7 @@ Includes implementations of services and repositories from common which are used
<dependency>
<groupId>org.mitre</groupId>
<artifactId>openid-connect-server</artifactId>
<version>1.1.7</version>
<version>1.1.8</version>
<type>jar</type>
</dependency>
```
@ -57,7 +57,7 @@ Includes IdP/server implementation, deployable as a webapp. Depends on openid-co
<dependency>
<groupId>org.mitre</groupId>
<artifactId>openid-connect-server-webapp</artifactId>
<version>1.1.7</version>
<version>1.1.8</version>
<type>war</type>
</dependency>
```