Skip to content

Commit 0664a79

Browse files
committed
Added dependencies needed to publish
1 parent 9367988 commit 0664a79

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ buildscript {
99

1010
dependencies {
1111
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'
1216
}
1317
}
1418

0 commit comments

Comments
 (0)