Skip to content

Commit 5d252bc

Browse files
author
vivetiwa
committed
Jaxb dependency for XML parsing
1 parent 48ee4ce commit 5d252bc

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

dependencies.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ versions.jjwt = '0.9.0'
2828
versions.orgJson = '20180130'
2929
versions.kafkaConnect = '2.8.0'
3030
versions.slf4j = '1.7.25'
31+
versions.jaxb = '2.3.0'
3132

3233
libraries.collections4 = [
3334
"org.apache.commons:commons-collections4:$versions.collections4"
@@ -84,3 +85,7 @@ libraries.orgJson = [
8485
libraries.slf4j = [
8586
"org.slf4j:slf4j-api:$versions.slf4j"
8687
]
88+
89+
libraries.jaxb = [
90+
"javax.xml.bind:jaxb-api:$versions.jaxb"
91+
]

streaming-connect-common/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ apply from: '../dependencies.gradle'
1414

1515
dependencies {
1616
libraries.with {
17-
compile collections4, commonslang, guava, httpClient, jackson, jmockit, junitJupiter, jjwt, orgJson, slf4j
17+
compile collections4, commonslang, guava, httpClient, jackson, jmockit, junitJupiter, jjwt, orgJson, slf4j, jaxb
1818
testCompile jmockit, junitJupiter
1919
}
2020
}

0 commit comments

Comments
 (0)