File tree Expand file tree Collapse file tree 6 files changed +6
-0
lines changed Expand file tree Collapse file tree 6 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ repositories {
17
17
}
18
18
19
19
val includeInJar: Configuration by configurations.creating
20
+ includeInJar.exclude(group = " org.apache.commons" )
20
21
configurations[" compileOnly" ].extendsFrom(includeInJar)
21
22
22
23
dependencies {
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ repositories {
17
17
}
18
18
19
19
val includeInJar: Configuration by configurations.creating
20
+ includeInJar.exclude(group = " org.apache.commons" )
20
21
configurations[" compileOnly" ].extendsFrom(includeInJar)
21
22
22
23
dependencies {
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ repositories {
17
17
}
18
18
19
19
val includeInJar: Configuration by configurations.creating
20
+ includeInJar.exclude(group = " org.apache.commons" )
20
21
configurations[" compileOnly" ].extendsFrom(includeInJar)
21
22
22
23
dependencies {
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ repositories {
18
18
}
19
19
20
20
val includeInJar: Configuration by configurations.creating
21
+ includeInJar.exclude(group = " org.apache.commons" )
21
22
configurations[" compileOnly" ].extendsFrom(includeInJar)
22
23
23
24
dependencies {
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ repositories {
17
17
}
18
18
19
19
val includeInJar: Configuration by configurations.creating
20
+ includeInJar.exclude(group = " org.apache.commons" )
20
21
configurations[" compileOnly" ].extendsFrom(includeInJar)
21
22
22
23
dependencies {
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ repositories {
17
17
}
18
18
19
19
val includeInJar: Configuration by configurations.creating
20
+ includeInJar.exclude(group = " org.apache.commons" )
20
21
configurations[" compileOnly" ].extendsFrom(includeInJar)
21
22
22
23
dependencies {
You can’t perform that action at this time.
0 commit comments