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 9b14510 commit af2a208Copy full SHA for af2a208
examples/sample-project/build.gradle
@@ -4,7 +4,7 @@
4
*/
5
buildscript {
6
repositories {
7
- mavenLocal()
+// mavenLocal()
8
mavenCentral()
9
}
10
dependencies {
@@ -55,7 +55,10 @@ configurations {
55
56
57
testImplementation "com.marklogic:marklogic-junit5:1.4.0"
58
- testImplementation "com.jayway.restassured:rest-assured:2.4.1"
+ 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"
62
63
corb "com.marklogic:marklogic-corb:2.4.5"
64
0 commit comments