Updated Maven Dependency (markdown)
parent
e42f4466b1
commit
bb33af8327
|
@ -11,7 +11,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.0.4</version>
|
||||
<version>1.0.5</version>
|
||||
<type>pom</type>
|
||||
</dependency>
|
||||
```
|
||||
|
@ -22,7 +22,7 @@ Includes common classes, service and repository interfaces, and JPA-annotated mo
|
|||
<dependency>
|
||||
<groupId>org.mitre</groupId>
|
||||
<artifactId>openid-connect-common</artifactId>
|
||||
<version>1.0.4</version>
|
||||
<version>1.0.5</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
```
|
||||
|
@ -33,7 +33,7 @@ Includes our RP/client implementation, built around spring security filters. Dep
|
|||
<dependency>
|
||||
<groupId>org.mitre</groupId>
|
||||
<artifactId>openid-connect-client</artifactId>
|
||||
<version>1.0.4</version>
|
||||
<version>1.0.5</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
```
|
||||
|
@ -44,7 +44,7 @@ Includes IdP/server implementation, with implementations of services and reposit
|
|||
<dependency>
|
||||
<groupId>org.mitre</groupId>
|
||||
<artifactId>openid-connect-server</artifactId>
|
||||
<version>1.0.4</version>
|
||||
<version>1.0.5</version>
|
||||
<type>war</type>
|
||||
</dependency>
|
||||
```
|
Loading…
Reference in New Issue