File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
88 jcenter()
99 }
1010 dependencies {
11- classpath " com.marklogic:ml-gradle:3.0-alpha1 "
11+ classpath " com.marklogic:ml-gradle:3.0.0 "
1212 }
1313}
1414
@@ -53,7 +53,7 @@ configurations {
5353 */
5454dependencies {
5555 // Needed to compile and run the JUnit tests
56- testCompile " com.marklogic:ml-junit:3.0-alpha1 "
56+ testCompile " com.marklogic:ml-junit:3.0.0 "
5757 testCompile " com.jayway.restassured:rest-assured:2.4.1"
5858
5959 // corb jar available from jcenter
Original file line number Diff line number Diff line change 22
33import org .junit .Test ;
44
5- import com .marklogic .client .ext .helper . DatabaseClientConfig ;
5+ import com .marklogic .client .ext .DatabaseClientConfig ;
66
77public class GetClientConfigTest extends AbstractSampleProjectTest {
88
Original file line number Diff line number Diff line change 44import org .springframework .context .annotation .Configuration ;
55import org .springframework .context .annotation .PropertySource ;
66
7- import com .marklogic .client .ext .helper . DatabaseClientConfig ;
7+ import com .marklogic .client .ext .DatabaseClientConfig ;
88import com .marklogic .junit .spring .BasicTestConfig ;
99
1010@ Configuration
Original file line number Diff line number Diff line change 99import com .jayway .restassured .RestAssured ;
1010import com .jayway .restassured .path .json .JsonPath ;
1111import com .marklogic .client .document .XMLDocumentManager ;
12- import com .marklogic .client .ext .helper . DatabaseClientConfig ;
12+ import com .marklogic .client .ext .DatabaseClientConfig ;
1313import com .marklogic .client .io .DocumentMetadataHandle ;
1414import com .marklogic .client .io .Format ;
1515import com .marklogic .client .io .StringHandle ;
You can’t perform that action at this time.
0 commit comments