Skip to content

Commit

Permalink
Change build configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
m-raab committed Sep 16, 2020
1 parent 5609416 commit 7e56c71
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ tasks {

val shadowJar = named<com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar>("shadowJar") {
archiveClassifier.set("")

mergeServiceFiles()
configurations = listOf(shaded)

Expand Down Expand Up @@ -238,9 +239,9 @@ bintray {

dependencies {
shaded("jakarta.ws.rs:jakarta.ws.rs-api:2.1.6")
shaded("org.glassfish.jersey.core:jersey-client:2.29.1") {
shaded("org.glassfish.jersey.core:jersey-client:2.29.1") /** {
exclude(group = "org.glassfish.hk2.external", module="jakarta.inject")
}
} */
shaded("org.glassfish.jersey.media:jersey-media-json-jackson:2.29.1")
shaded("org.codehaus.jettison:jettison:1.4.1")

Expand Down

0 comments on commit 7e56c71

Please sign in to comment.