Skip to content

Commit d3ddc07

Browse files
committed
revert last commit
1 parent 5a63d20 commit d3ddc07

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

build.gradle

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -65,19 +65,6 @@ dependencies {
6565
pluginLibs libs.jackson.dataformat.yaml
6666
implementation libs.snakeyaml
6767

68-
components {
69-
withModule("org.rundeck.api:rd-api-client") {
70-
allVariants {
71-
withDependencies { deps ->
72-
deps.removeAll { it.group == "com.squareup.retrofit2" && it.name == "converter-jaxb" }
73-
deps.removeAll { it.group == "javax.xml.bind" && it.name == "jaxb-api" }
74-
deps.removeAll { it.group == "javax.activation" && it.name == "javax.activation-api" }
75-
}
76-
}
77-
}
78-
}
79-
80-
implementation "com.squareup.retrofit2:converter-gson:2.11.0"
8168

8269
// Security: Explicit inclusion of secure versions
8370
implementation libs.commons.lang3

0 commit comments

Comments
 (0)