Skip to content

Commit 4ea3c14

Browse files
committed
Remove log4j
1 parent df72bca commit 4ea3c14

File tree

2 files changed

+2
-213
lines changed

2 files changed

+2
-213
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ plugins {
1515
`maven-publish`
1616
}
1717

18-
group = "com.qdesrame"
18+
group = "com.brainera"
1919
version = "1.2.1"
2020

2121

@@ -37,10 +37,10 @@ dependencies {
3737
implementation("org.apache.commons:commons-collections4:4.4")
3838
implementation("commons-cli:commons-cli:1.4")
3939
implementation("commons-httpclient:commons-httpclient:3.1")
40-
implementation(group = "org.slf4j", name = "slf4j-log4j12", version = "1.7.30")
4140

4241

4342
testImplementation("org.assertj:assertj-core:3.13.2")
43+
testImplementation(group = "org.slf4j", name = "slf4j-log4j12", version = "1.7.30")
4444

4545
// junit deps
4646
val junitVersion: String by project

src/main/java/com/qdesrame/openapi/diff/Main.java

Lines changed: 0 additions & 211 deletions
This file was deleted.

0 commit comments

Comments
 (0)