File tree 6 files changed +26
-23
lines changed
6 files changed +26
-23
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ plugins {
4
4
5
5
dependencies {
6
6
management platform(project(" :spring-ldap-dependencies" ))
7
- implementation project(" :spring-ldap-core" ),
8
- " org.springframework:spring-tx"
7
+ api project(" :spring-ldap-core" )
8
+ api " org.springframework:spring-tx"
9
9
10
10
testImplementation platform(' org.junit:junit-bom' )
11
11
testImplementation " org.junit.vintage:junit-vintage-engine"
Original file line number Diff line number Diff line change @@ -14,9 +14,11 @@ javacc {
14
14
15
15
dependencies {
16
16
management platform(project(" :spring-ldap-dependencies" ))
17
- implementation " org.springframework:spring-core"
18
- implementation " org.springframework:spring-beans"
19
- implementation " org.springframework:spring-tx"
17
+ api " org.springframework:spring-core"
18
+ api " org.springframework:spring-beans"
19
+ api " org.springframework:spring-tx"
20
+
21
+ implementation " jakarta.xml.bind:jakarta.xml.bind-api"
20
22
implementation " org.slf4j:slf4j-api"
21
23
22
24
provided " com.sun:ldapbp:1.0"
@@ -28,7 +30,6 @@ dependencies {
28
30
optional " com.querydsl:querydsl-apt"
29
31
optional " commons-pool:commons-pool"
30
32
optional " org.apache.commons:commons-pool2"
31
- implementation ' jakarta.xml.bind:jakarta.xml.bind-api'
32
33
33
34
testImplementation platform(' org.junit:junit-bom' )
34
35
testImplementation " org.junit.vintage:junit-vintage-engine"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
4
4
5
5
dependencies {
6
6
management platform(project(" :spring-ldap-dependencies" ))
7
- implementation project(" :spring-ldap-core" )
7
+ api project(" :spring-ldap-core" )
8
8
9
9
testImplementation platform(' org.junit:junit-bom' )
10
10
testImplementation " org.junit.vintage:junit-vintage-engine"
Original file line number Diff line number Diff line change 8
8
9
9
dependencies {
10
10
management platform(project(" :spring-ldap-dependencies" ))
11
- implementation project(" :spring-ldap-core" ),
12
- project(" :spring-ldap-core-tiger" ),
13
- " org.springframework:spring-core" ,
14
- " org.freemarker:freemarker" ,
15
- " commons-logging:commons-logging" ,
16
- " commons-cli:commons-cli"
11
+ api project(" :spring-ldap-core" )
12
+ api project(" :spring-ldap-core-tiger" )
13
+ api " org.springframework:spring-core"
14
+
15
+ implementation " org.freemarker:freemarker"
16
+ implementation " commons-logging:commons-logging"
17
+ implementation " commons-cli:commons-cli"
17
18
18
19
runtimeOnly " org.springframework:spring-context"
19
20
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
4
4
5
5
dependencies {
6
6
management platform(project(" :spring-ldap-dependencies" ))
7
- implementation project(" :spring-ldap-core" )
7
+ api project(" :spring-ldap-core" )
8
8
9
9
provided " com.sun:ldapbp:1.0"
10
10
Original file line number Diff line number Diff line change @@ -4,15 +4,16 @@ plugins {
4
4
5
5
dependencies {
6
6
management platform(project(" :spring-ldap-dependencies" ))
7
- implementation project(" :spring-ldap-core" ),
8
- project(" :spring-ldap-ldif-core" ),
9
- " com.google.code.typica:typica" ,
10
- " commons-io:commons-io" ,
11
- " javax.activation:activation" ,
12
- " org.springframework:spring-core" ,
13
- " org.springframework:spring-beans" ,
14
- " org.springframework:spring-context" ,
15
- " org.springframework:spring-test"
7
+ api project(" :spring-ldap-core" )
8
+ api project(" :spring-ldap-ldif-core" )
9
+ api " org.springframework:spring-core"
10
+ api " org.springframework:spring-beans"
11
+ api " org.springframework:spring-context"
12
+ api " org.springframework:spring-test"
13
+
14
+ implementation " com.google.code.typica:typica"
15
+ implementation " commons-io:commons-io"
16
+ implementation " javax.activation:activation"
16
17
17
18
18
19
optional " org.apache.directory.server:apacheds-core-entry"
You can’t perform that action at this time.
0 commit comments