Skip to content

Commit 8c10508

Browse files
committed
updated to have 3.0.0 version
1 parent 64712ab commit 8c10508

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

test-complete/build.gradle

100644100755
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,26 @@
33
apply plugin: 'java'
44

55
test {
6-
tasks.withType(Compile) {
7-
options.encoding = 'UTF-8'
8-
}
6+
tasks.withType(Compile) {
7+
options.encoding = 'UTF-8'
8+
}
99

10-
exclude 'com/marklogic/client/functionaltest/TestSSLConnection.class'
11-
exclude 'com/marklogic/client/functionaltest/TestBug18993.class'
10+
exclude 'com/marklogic/client/functionaltest/TestSSLConnection.class'
11+
exclude 'com/marklogic/client/functionaltest/TestBug18993.class'
1212
}
1313

1414
/* The code repositories to consult for dependencies */
1515
repositories {
16-
mavenLocal()
17-
mavenCentral()
16+
mavenLocal()
17+
mavenCentral()
1818
}
1919

2020
dependencies {
21-
compile('com.marklogic:client-api-java:3.0-SNAPSHOT')
21+
compile('com.marklogic:java-client-api:3.0.1')
2222
compile('xmlunit:xmlunit:1.5')
2323
compile('junit:junit:4.11')
24-
compile('org.skyscreamer:jsonassert:1.2.3')
25-
compile group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.1'
26-
compile group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.1'
24+
compile('org.skyscreamer:jsonassert:1.2.3')
25+
compile group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.1'
26+
compile group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.1'
2727
}
2828

0 commit comments

Comments
 (0)