Skip to content

Commit 60d3db5

Browse files
committed
add management platform(project(":spring-security-dependencies"))
Closes gh-9540
1 parent de1b3e9 commit 60d3db5

File tree

39 files changed

+434
-11
lines changed

39 files changed

+434
-11
lines changed

acl/spring-security-acl.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
apply plugin: 'io.spring.convention.spring-module'
22

33
dependencies {
4+
management platform(project(":spring-security-dependencies"))
45
api project(':spring-security-core')
56
api 'org.springframework:spring-aop'
67
api 'org.springframework:spring-context'

aspects/spring-security-aspects.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ apply plugin: 'io.spring.convention.spring-module'
22
apply plugin: 'io.freefair.aspectj'
33

44
dependencies {
5+
management platform(project(":spring-security-dependencies"))
56
api "org.aspectj:aspectjrt"
67
api project(':spring-security-core')
78
api 'org.springframework:spring-beans'

buildSrc/.idea/compiler.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

buildSrc/.idea/gradle.xml

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

buildSrc/.idea/jarRepositories.xml

Lines changed: 35 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

buildSrc/.idea/misc.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

buildSrc/.idea/uiDesigner.xml

Lines changed: 124 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)