Skip to content

Commit

Permalink
add management platform(project(":spring-security-dependencies"))
Browse files Browse the repository at this point in the history
  • Loading branch information
rwinch committed Apr 5, 2021
1 parent de1b3e9 commit 60d3db5
Show file tree
Hide file tree
Showing 39 changed files with 434 additions and 11 deletions.
1 change: 1 addition & 0 deletions acl/spring-security-acl.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
apply plugin: 'io.spring.convention.spring-module'

dependencies {
management platform(project(":spring-security-dependencies"))
api project(':spring-security-core')
api 'org.springframework:spring-aop'
api 'org.springframework:spring-context'
Expand Down
1 change: 1 addition & 0 deletions aspects/spring-security-aspects.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apply plugin: 'io.spring.convention.spring-module'
apply plugin: 'io.freefair.aspectj'

dependencies {
management platform(project(":spring-security-dependencies"))
api "org.aspectj:aspectjrt"
api project(':spring-security-core')
api 'org.springframework:spring-beans'
Expand Down
6 changes: 6 additions & 0 deletions buildSrc/.idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions buildSrc/.idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 35 additions & 0 deletions buildSrc/.idea/jarRepositories.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions buildSrc/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

124 changes: 124 additions & 0 deletions buildSrc/.idea/uiDesigner.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 60d3db5

Please sign in to comment.