Skip to content

Commit

Permalink
fix jaxrs tck build error, blocking other tck builds.
Browse files Browse the repository at this point in the history
Signed-off-by: gurunandan.rao@oracle.com <gurunandan.rao@oracle.com>
  • Loading branch information
gurunrao committed Jan 5, 2022
1 parent 1f0e6e6 commit 06e09d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@
<jakarta.validation-api.version>3.0.2-SNAPSHOT</jakarta.validation-api.version>

<jakarta.ws.rs-api.version>3.1.0</jakarta.ws.rs-api.version>
<jakarta.xml.bind-api.version>4.0.1-SNAPSHOT</jakarta.xml.bind-api.version>
<jakarta.xml.bind-api.version>4.0.0-RC3</jakarta.xml.bind-api.version>
<jaxb-osgi.version>3.0.0</jaxb-osgi.version>
<!-- Jakarta XML Web Services 4.0 via jakarta.xml.ws:jakarta.xml.ws-api:jar:4.0.1-SNAPSHOT* -->
<webservices-api.version>4.0.1-SNAPSHOT</webservices-api.version>
<soapwithattachments-api.version>3.0.1-SNAPSHOT</soapwithattachments-api.version>
<!-- Jakarta XML Web Services 4.0 via jakarta.xml.ws:jakarta.xml.ws-api:jar:4.0.0-RC2* -->
<webservices-api.version>4.0.0-RC2</webservices-api.version>
<soapwithattachments-api.version>3.0.0-RC2</soapwithattachments-api.version>
<webservices-api-osgi.version>3.0.3</webservices-api-osgi.version>
<webservices-osgi.version>3.0.0</webservices-osgi.version>
<webservices-tools.version>3.0.0</webservices-tools.version>
Expand Down
2 changes: 1 addition & 1 deletion install/jaxrs/bin/ts.jte
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ alt.schema.dir=${ts.home}/lib/schemas
###############################################################
ts.run.classpath=${jaxrs_impl.classes}${pathsep}${jaxrs.classes}${pathsep}${servlet.classes}

ts.harness.classpath=${ts.home}/lib/tsharness.jar${pathsep}${ts.home}/lib/javatest.jar${pathsep}${ant.home}/lib/ant.jar${pathsep}${ts.home}/lib/jaxrstck.jar${pathsep}${ts.home}/lib/jaxb-xjc.jar
ts.harness.classpath=${ts.home}/lib/tsharness.jar${pathsep}${ts.home}/lib/javatest.jar${pathsep}${ant.home}/lib/ant.jar${pathsep}${ts.home}/lib/jaxrstck.jar${pathsep}${ts.home}/lib/jaxb-xjc.jar${pathsep}${web.home}/modules/jakarta.activation-api.jar

apache.commons.classes=${pathsep}${ts.home}/lib/commons-httpclient-3.1.jar${pathsep}${ts.home}/lib/commons-logging-1.1.3.jar${pathsep}${ts.home}/lib/commons-codec-1.9.jar
local.classes=${ts.harness.classpath}${pathsep}${ts.home}/lib/jaxrstck.jar${pathsep}${ts.home}/classes${pathsep}${ts.home}/lib/sigtest.jar${pathsep}${apache.commons.classes}
Expand Down

0 comments on commit 06e09d3

Please sign in to comment.