Skip to content

Commit

Permalink
Merge pull request #9483 from DanielFran/OIDC
Browse files Browse the repository at this point in the history
Remove spring-security-oauth2-autoconfigure
  • Loading branch information
DanielFran committed Mar 26, 2019
2 parents acde885 + 87d2ece commit 7af3d2b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion generators/server/templates/build.gradle.ejs
Expand Up @@ -435,7 +435,6 @@ dependencies {
<%_ } _%>
<%_ if (authenticationType === 'uaa') { _%>
implementation "org.springframework.security.oauth:spring-security-oauth2"
implementation "org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure"
implementation "org.springframework.security:spring-security-jwt"
<%_ } _%>
<%_ if (databaseType === 'mongodb') { _%>
Expand Down
4 changes: 0 additions & 4 deletions generators/server/templates/pom.xml.ejs
Expand Up @@ -604,10 +604,6 @@
<groupId>org.springframework.security.oauth</groupId>
<artifactId>spring-security-oauth2</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.security.oauth.boot</groupId>
<artifactId>spring-security-oauth2-autoconfigure</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-jwt</artifactId>
Expand Down

0 comments on commit 7af3d2b

Please sign in to comment.