Updated Maven Dependency (markdown)

master
Justin Richer 2015-10-13 19:10:40 -04:00
parent c52b12a281
commit b2a40787a3
1 changed files with 7 additions and 7 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.2.1</version>
<version>1.2.2</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.2.1</version>
<version>1.2.2</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.2.1</version>
<version>1.2.2</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.2.1</version>
<version>1.2.2</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.2.1</version>
<version>1.2.2</version>
<type>war</type>
</dependency>
```
@ -69,7 +69,7 @@ Includes implementations of services and repositories from common which are used
<dependency>
<groupId>org.mitre</groupId>
<artifactId>openid-connect-server</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
<type>jar</type>
</dependency>
```
@ -81,7 +81,7 @@ Includes UMA server implementation on top of IdP/AS, deployable as a webapp. Dep
<dependency>
<groupId>org.mitre</groupId>
<artifactId>openid-connect-server-webapp</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
<type>war</type>
</dependency>
```