Use api configuration
Closes gh-616
This commit is contained in:
@@ -4,8 +4,8 @@ plugins {
|
||||
|
||||
dependencies {
|
||||
management platform(project(":spring-ldap-dependencies"))
|
||||
implementation project(":spring-ldap-core"),
|
||||
"org.springframework:spring-tx"
|
||||
api project(":spring-ldap-core")
|
||||
api "org.springframework:spring-tx"
|
||||
|
||||
testImplementation platform('org.junit:junit-bom')
|
||||
testImplementation "org.junit.vintage:junit-vintage-engine"
|
||||
|
||||
@@ -14,9 +14,11 @@ javacc {
|
||||
|
||||
dependencies {
|
||||
management platform(project(":spring-ldap-dependencies"))
|
||||
implementation "org.springframework:spring-core"
|
||||
implementation "org.springframework:spring-beans"
|
||||
implementation "org.springframework:spring-tx"
|
||||
api "org.springframework:spring-core"
|
||||
api "org.springframework:spring-beans"
|
||||
api "org.springframework:spring-tx"
|
||||
|
||||
implementation "jakarta.xml.bind:jakarta.xml.bind-api"
|
||||
implementation "org.slf4j:slf4j-api"
|
||||
|
||||
provided "com.sun:ldapbp:1.0"
|
||||
@@ -28,7 +30,6 @@ dependencies {
|
||||
optional "com.querydsl:querydsl-apt"
|
||||
optional "commons-pool:commons-pool"
|
||||
optional "org.apache.commons:commons-pool2"
|
||||
implementation 'jakarta.xml.bind:jakarta.xml.bind-api'
|
||||
|
||||
testImplementation platform('org.junit:junit-bom')
|
||||
testImplementation "org.junit.vintage:junit-vintage-engine"
|
||||
|
||||
@@ -4,7 +4,7 @@ plugins {
|
||||
|
||||
dependencies {
|
||||
management platform(project(":spring-ldap-dependencies"))
|
||||
implementation project(":spring-ldap-core")
|
||||
api project(":spring-ldap-core")
|
||||
|
||||
testImplementation platform('org.junit:junit-bom')
|
||||
testImplementation "org.junit.vintage:junit-vintage-engine"
|
||||
|
||||
@@ -8,12 +8,13 @@ jar {
|
||||
|
||||
dependencies {
|
||||
management platform(project(":spring-ldap-dependencies"))
|
||||
implementation project(":spring-ldap-core"),
|
||||
project(":spring-ldap-core-tiger"),
|
||||
"org.springframework:spring-core",
|
||||
"org.freemarker:freemarker",
|
||||
"commons-logging:commons-logging",
|
||||
"commons-cli:commons-cli"
|
||||
api project(":spring-ldap-core")
|
||||
api project(":spring-ldap-core-tiger")
|
||||
api "org.springframework:spring-core"
|
||||
|
||||
implementation "org.freemarker:freemarker"
|
||||
implementation "commons-logging:commons-logging"
|
||||
implementation "commons-cli:commons-cli"
|
||||
|
||||
runtimeOnly "org.springframework:spring-context"
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ plugins {
|
||||
|
||||
dependencies {
|
||||
management platform(project(":spring-ldap-dependencies"))
|
||||
implementation project(":spring-ldap-core")
|
||||
api project(":spring-ldap-core")
|
||||
|
||||
provided "com.sun:ldapbp:1.0"
|
||||
|
||||
|
||||
@@ -4,15 +4,16 @@ plugins {
|
||||
|
||||
dependencies {
|
||||
management platform(project(":spring-ldap-dependencies"))
|
||||
implementation project(":spring-ldap-core"),
|
||||
project(":spring-ldap-ldif-core"),
|
||||
"com.google.code.typica:typica",
|
||||
"commons-io:commons-io",
|
||||
"javax.activation:activation",
|
||||
"org.springframework:spring-core",
|
||||
"org.springframework:spring-beans",
|
||||
"org.springframework:spring-context",
|
||||
"org.springframework:spring-test"
|
||||
api project(":spring-ldap-core")
|
||||
api project(":spring-ldap-ldif-core")
|
||||
api "org.springframework:spring-core"
|
||||
api "org.springframework:spring-beans"
|
||||
api "org.springframework:spring-context"
|
||||
api "org.springframework:spring-test"
|
||||
|
||||
implementation "com.google.code.typica:typica"
|
||||
implementation "commons-io:commons-io"
|
||||
implementation "javax.activation:activation"
|
||||
|
||||
|
||||
optional "org.apache.directory.server:apacheds-core-entry"
|
||||
|
||||
Reference in New Issue
Block a user