Skip to content

Commit 21478e3

Browse files
author
Julien Ruaux
committed
deps: Removed slf4j
1 parent d8e874b commit 21478e3

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
group=com.redis
22

33
bootPluginVersion=2.7.2
4-
dependencyPluginVersion=1.0.11.RELEASE
54
kordampBuildVersion=2.6.0
65
kordampPluginVersion=0.47.0
76

settings.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ buildscript {
88
classpath "org.kordamp.gradle:java-project-gradle-plugin:$kordampPluginVersion"
99
classpath "org.kordamp.gradle:kordamp-parentbuild:$kordampBuildVersion"
1010
classpath "org.springframework.boot:spring-boot-gradle-plugin:$bootPluginVersion"
11-
classpath "io.spring.gradle:dependency-management-plugin:$dependencyPluginVersion"
1211
}
1312
}
1413

subprojects/redis-enterprise-admin/redis-enterprise-admin.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
dependencies {
22
implementation group: 'commons-io', name: 'commons-io', version: commonsIOVersion
3-
implementation 'org.slf4j:slf4j-api'
43
implementation 'com.fasterxml.jackson.core:jackson-databind'
54
implementation 'org.apache.httpcomponents.client5:httpclient5'
65
implementation group: 'org.awaitility', name: 'awaitility', version: awaitilityVersion
6+
testImplementation 'org.slf4j:slf4j-api'
77
testImplementation 'org.slf4j:slf4j-simple'
88
testImplementation group: 'com.redis.testcontainers', name: 'testcontainers-redis-junit', version: testcontainersRedisVersion
99
}

0 commit comments

Comments
 (0)