Skip to content

Commit 3a54b04

Browse files
committed
upgrade to new dependencies
1 parent f764334 commit 3a54b04

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/test/resources/boot-test-cygwin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
DEFAULT_M2=$USERPROFILE/.m2/repository
44
M2_REPO=${1:-$DEFAULT_M2}
55

6-
java -cp "target/test-classes;target/classes;$M2_REPO/org/apache/httpcomponents/httpclient/4.1.1/httpclient-4.1.1.jar;$M2_REPO/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.jar;$M2_REPO/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar;$M2_REPO/org/slf4j/slf4j-api/1.7.4/slf4j-api-1.7.4.jar" com.marklogic.client.test.util.TestServerBootstrapper
6+
java -cp "target/test-classes;target/classes;$M2_REPO/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.jar;$M2_REPO/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.jar;$M2_REPO/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar;$M2_REPO/org/slf4j/slf4j-api/1.7.4/slf4j-api-1.7.4.jar" com.marklogic.client.test.util.TestServerBootstrapper

src/test/resources/boot-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
DEFAULT_M2=$HOME/.m2/repository
44
M2_REPO=${1:-$DEFAULT_M2}
55

6-
java -cp target/test-classes:target/classes:$M2_REPO/org/apache/httpcomponents/httpclient/4.1.1/httpclient-4.1.1.jar:$M2_REPO/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.jar:$M2_REPO/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar:$M2_REPO/org/slf4j/slf4j-api/1.7.4/slf4j-api-1.7.4.jar com.marklogic.client.test.util.TestServerBootstrapper
6+
java -cp target/test-classes:target/classes:$M2_REPO/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.jar:$M2_REPO/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.jar:$M2_REPO/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar:$M2_REPO/org/slf4j/slf4j-api/1.7.4/slf4j-api-1.7.4.jar com.marklogic.client.test.util.TestServerBootstrapper

src/test/resources/teardown-test-cygwin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
DEFAULT_M2=$USERPROFILE/.m2/repository
44
M2_REPO=${1:-$DEFAULT_M2}
55

6-
java -cp "target/test-classes;target/classes;$M2_REPO/org/apache/httpcomponents/httpclient/4.1.1/httpclient-4.1.1.jar;$M2_REPO/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.jar;$M2_REPO/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar;$M2_REPO/org/slf4j/slf4j-api/1.7.4/slf4j-api-1.7.4.jar" com.marklogic.client.test.util.TestServerBootstrapper teardown
6+
java -cp "target/test-classes;target/classes;$M2_REPO/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.jar;$M2_REPO/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.jar;$M2_REPO/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar;$M2_REPO/org/slf4j/slf4j-api/1.7.4/slf4j-api-1.7.4.jar" com.marklogic.client.test.util.TestServerBootstrapper teardown
77

src/test/resources/teardown-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
DEFAULT_M2=$HOME/.m2/repository
44
M2_REPO=${1:-$DEFAULT_M2}
55

6-
java -cp target/test-classes:target/classes:$M2_REPO/org/apache/httpcomponents/httpclient/4.1.1/httpclient-4.1.1.jar:$M2_REPO/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.jar:$M2_REPO/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar:$M2_REPO/org/slf4j/slf4j-api/1.7.4/slf4j-api-1.7.4.jar com.marklogic.client.test.util.TestServerBootstrapper teardown
6+
java -cp target/test-classes:target/classes:$M2_REPO/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.jar:$M2_REPO/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.jar:$M2_REPO/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar:$M2_REPO/org/slf4j/slf4j-api/1.7.4/slf4j-api-1.7.4.jar com.marklogic.client.test.util.TestServerBootstrapper teardown
77

0 commit comments

Comments
 (0)