moved to released version of SECOAUTH
parent
c0c1847f38
commit
f101dcc512
|
@ -20,11 +20,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
|
|||
<artifactId>openid-connect-common</artifactId>
|
||||
<version>0.1-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.security.oauth</groupId>
|
||||
<version>1.0.1.BUILD-SNAPSHOT</version>
|
||||
<artifactId>spring-security-oauth2</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<packaging>jar</packaging>
|
||||
<build>
|
||||
|
|
|
@ -15,11 +15,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
|
|||
<description>OpenID Connect Common modules</description>
|
||||
<name>OpenID Connect Common</name>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.springframework.security.oauth</groupId>
|
||||
<version>1.0.1.BUILD-SNAPSHOT</version>
|
||||
<artifactId>spring-security-oauth2</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<packaging>jar</packaging>
|
||||
<build>
|
||||
|
|
|
@ -14,11 +14,6 @@
|
|||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.springframework.security.oauth</groupId>
|
||||
<version>1.0.1.BUILD-SNAPSHOT</version>
|
||||
<artifactId>spring-security-oauth2</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.mitre</groupId>
|
||||
<artifactId>openid-connect-common</artifactId>
|
||||
|
|
6
pom.xml
6
pom.xml
|
@ -15,7 +15,6 @@
|
|||
</activation>
|
||||
<id>default</id>
|
||||
<modules>
|
||||
<module>spring-security-oauth/spring-security-oauth2</module>
|
||||
<module>openid-connect-common</module>
|
||||
<module>openid-connect-client</module>
|
||||
<module>openid-connect-server</module>
|
||||
|
@ -283,6 +282,11 @@
|
|||
<artifactId>spring-oxm</artifactId>
|
||||
<version>${org.springframework-version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.security.oauth</groupId>
|
||||
<version>1.0.2.RELEASE</version>
|
||||
<artifactId>spring-security-oauth2</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.bouncycastle</groupId>
|
||||
<artifactId>bcpkix-jdk15on</artifactId>
|
||||
|
|
Loading…
Reference in New Issue