Updated Maven Dependency (markdown)

master
Justin Richer 2014-05-13 15:24:02 -07:00
parent 97a791bc75
commit 2c67bb9edc
1 changed files with 5 additions and 5 deletions

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