File tree Expand file tree Collapse file tree 2 files changed +2
-213
lines changed
src/main/java/com/qdesrame/openapi/diff Expand file tree Collapse file tree 2 files changed +2
-213
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ plugins {
1515 `maven- publish`
1616}
1717
18- group = " com.qdesrame "
18+ group = " com.brainera "
1919version = " 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
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments