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 9367988 commit 0664a79Copy full SHA for 0664a79
build.gradle
@@ -9,6 +9,10 @@ buildscript {
9
10
dependencies {
11
classpath "org.elasticsearch.gradle:build-tools:6.4.3" // How can we use ${versions.elasticsearch} here ???
12
+ classpath group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.0'
13
+ classpath group: 'com.sun.xml.bind', name: 'jaxb-core', version: '2.3.0'
14
+ classpath group: 'com.sun.xml.bind', name: 'jaxb-impl', version: '2.3.0'
15
+ classpath group: 'javax.activation', name: 'activation', version: '1.1.1'
16
}
17
18
0 commit comments