File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 33apply plugin : ' java'
44
55test {
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 */
1515repositories {
16- mavenLocal()
17- mavenCentral()
16+ mavenLocal()
17+ mavenCentral()
1818}
1919
2020dependencies {
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
You can’t perform that action at this time.
0 commit comments