Skip to content

Commit f243092

Browse files
committed
Merge branch 'spring-security-access'
Issue gh-17847
2 parents 1093563 + b87d63c commit f243092

File tree

226 files changed

+1201
-175
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

226 files changed

+1201
-175
lines changed

access/spring-security-access.gradle

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
apply plugin: 'io.spring.convention.spring-module'
2+
3+
dependencies {
4+
management platform(project(":spring-security-dependencies"))
5+
api project(':spring-security-crypto')
6+
api project(':spring-security-core')
7+
api 'org.springframework:spring-aop'
8+
api 'org.springframework:spring-beans'
9+
api 'org.springframework:spring-context'
10+
api 'org.springframework:spring-core'
11+
api 'org.springframework:spring-expression'
12+
api 'io.micrometer:micrometer-observation'
13+
14+
optional project(':spring-security-acl')
15+
optional project(':spring-security-messaging')
16+
optional project(':spring-security-web')
17+
optional 'org.springframework:spring-websocket'
18+
optional 'com.fasterxml.jackson.core:jackson-databind'
19+
optional 'io.micrometer:context-propagation'
20+
optional 'io.projectreactor:reactor-core'
21+
optional 'jakarta.annotation:jakarta.annotation-api'
22+
optional 'org.aspectj:aspectjrt'
23+
optional 'org.springframework:spring-jdbc'
24+
optional 'org.springframework:spring-tx'
25+
optional 'org.jetbrains.kotlinx:kotlinx-coroutines-reactor'
26+
27+
provided 'jakarta.servlet:jakarta.servlet-api'
28+
29+
testImplementation project(path : ':spring-security-web', configuration : 'tests')
30+
testImplementation 'commons-collections:commons-collections'
31+
testImplementation 'io.projectreactor:reactor-test'
32+
testImplementation "org.assertj:assertj-core"
33+
testImplementation "org.junit.jupiter:junit-jupiter-api"
34+
testImplementation "org.junit.jupiter:junit-jupiter-params"
35+
testImplementation "org.junit.jupiter:junit-jupiter-engine"
36+
testImplementation "org.mockito:mockito-core"
37+
testImplementation "org.mockito:mockito-junit-jupiter"
38+
testImplementation "org.springframework:spring-core-test"
39+
testImplementation "org.springframework:spring-test"
40+
testImplementation 'org.skyscreamer:jsonassert'
41+
testImplementation 'org.springframework:spring-test'
42+
testImplementation 'org.jetbrains.kotlin:kotlin-reflect'
43+
testImplementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8'
44+
testImplementation 'io.mockk:mockk'
45+
46+
testRuntimeOnly 'org.hsqldb:hsqldb'
47+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
48+
}
49+
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)