Skip to content
This repository has been archived by the owner on Aug 26, 2020. It is now read-only.

Commit

Permalink
Update marklogic-client version
Browse files Browse the repository at this point in the history
  • Loading branch information
kkanthet committed May 2, 2017
1 parent 34e7c36 commit 331bc87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion entity-services-e2e/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repositories {
}

dependencies {
compile('com.marklogic:marklogic-client-api:4.0-SNAPSHOT') {
compile('com.marklogic:marklogic-client-api:4.0.1') {
exclude(group: 'com.google.guava')
}
compile('ch.qos.logback:logback-classic:1.1.7')
Expand Down
2 changes: 1 addition & 1 deletion entity-services-examples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repositories {
}

dependencies {
compile('com.marklogic:marklogic-client-api:4.0-SNAPSHOT') {
compile('com.marklogic:marklogic-client-api:4.0.1') {
exclude(group: 'com.google.guava')
}
compile('io.codearte.jfairy:jfairy:0.5.6')
Expand Down

0 comments on commit 331bc87

Please sign in to comment.