Skip to content

Commit af2a208

Browse files
committed
Updating sample-project
rest-assured still uses the old JAXB APIs, so need those in the build file.
1 parent 9b14510 commit af2a208

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

examples/sample-project/build.gradle

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*/
55
buildscript {
66
repositories {
7-
mavenLocal()
7+
// mavenLocal()
88
mavenCentral()
99
}
1010
dependencies {
@@ -55,7 +55,10 @@ configurations {
5555
*/
5656
dependencies {
5757
testImplementation "com.marklogic:marklogic-junit5:1.4.0"
58-
testImplementation "com.jayway.restassured:rest-assured:2.4.1"
58+
testImplementation "com.jayway.restassured:rest-assured:2.9.0"
59+
testImplementation "javax.xml.bind:jaxb-api:2.3.1"
60+
testImplementation "org.glassfish.jaxb:jaxb-runtime:2.3.2"
61+
testImplementation "org.glassfish.jaxb:jaxb-core:2.3.0.1"
5962

6063
corb "com.marklogic:marklogic-corb:2.4.5"
6164
}

0 commit comments

Comments
 (0)