We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dcef76 commit ce368b2Copy full SHA for ce368b2
plugins/stage-vote-release-plugin/build.gradle.kts
@@ -21,6 +21,14 @@ plugins {
21
}
22
23
dependencies {
24
+ constraints {
25
+ api("commons-beanutils:commons-beanutils:1.11.0")
26
+ api("commons-codec:commons-codec:1.18.0")
27
+ api("commons-collections:commons-collections:3.2.2")
28
+ api("net.sourceforge.nekohtml:nekohtml:1.9.22")
29
+ api("org.apache.httpcomponents:httpclient:4.5.13")
30
+ api("xerces:xercesImpl:2.12.2")
31
+ }
32
implementation(project(":plugins:crlf-plugin"))
33
implementation(project(":plugins:license-gather-plugin"))
34
implementation(project(":plugins:gradle-extensions-plugin"))
0 commit comments