Updated Maven Dependency (markdown)

master
Justin Richer 2017-05-16 16:12:11 -04:00
parent 0bc26a3923
commit 8274206a2f
1 changed files with 9 additions and 9 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.6</version>
<version>1.3.1</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.6</version>
<version>1.3.1</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.6</version>
<version>1.3.1</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.6</version>
<version>1.3.1</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.6</version>
<version>1.3.1</version>
<type>war</type>
</dependency>
```
@ -68,8 +68,8 @@ Includes implementations of services and repositories from common which are used
```xml
<dependency>
<groupId>org.mitre</groupId>
<artifactId>openid-connect-server</artifactId>
<version>1.2.6</version>
<artifactId>uma-server</artifactId>
<version>1.3.1</version>
<type>jar</type>
</dependency>
```
@ -80,8 +80,8 @@ Includes UMA server implementation on top of IdP/AS, deployable as a webapp. Dep
```xml
<dependency>
<groupId>org.mitre</groupId>
<artifactId>openid-connect-server-webapp</artifactId>
<version>1.2.6</version>
<artifactId>uma-server-webapp</artifactId>
<version>1.3.1</version>
<type>war</type>
</dependency>
```