File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33DEFAULT_M2=$USERPROFILE /.m2/repository
44M2_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
Original file line number Diff line number Diff line change 33DEFAULT_M2=$HOME /.m2/repository
44M2_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
Original file line number Diff line number Diff line change 33DEFAULT_M2=$USERPROFILE /.m2/repository
44M2_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
Original file line number Diff line number Diff line change 33DEFAULT_M2=$HOME /.m2/repository
44M2_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
You can’t perform that action at this time.
0 commit comments