Skip to content

Commit

Permalink
add websocket client jar to CP
Browse files Browse the repository at this point in the history
  • Loading branch information
alwin-joseph committed Feb 28, 2022
1 parent cda0828 commit ea6a59b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/websocket/bin/ts.jte
Expand Up @@ -204,7 +204,7 @@ ClientThreads=2
# @ts.classpath -- Classes used to build the Web Socket TCK tests
# @ts.run.classpath -- Classpath required to run Web Socket TCK tests
##########################################################################
websocket.api=${web.home}/modules/jakarta.websocket-api.jar${pathsep}${web.home}/modules/jakarta.servlet-api.jar${pathsep}${web.home}/modules/jakarta.enterprise.cdi-api.jar
websocket.api=${web.home}/modules/jakarta.websocket-api.jar${pathsep}${web.home}/modules/jakarta.websocket-client-api.jar${pathsep}${web.home}/modules/jakarta.servlet-api.jar${pathsep}${web.home}/modules/jakarta.enterprise.cdi-api.jar
websocket.classes=${web.home}/modules/tyrus-websocket-core.jar${pathsep}${web.home}/modules/tyrus-client.jar${pathsep}${web.home}/modules/tyrus-core.jar${pathsep}${web.home}/modules/tyrus-container-grizzly.jar${pathsep}${web.home}/modules/glassfish-grizzly-extra-all.jar${pathsep}${web.home}/modules/nucleus-grizzly-all.jar${pathsep}${web.home}/modules/tyrus-server.jar${pathsep}${web.home}/modules/tyrus-container-servlet.jar${pathsep}${web.home}/modules/tyrus-container-grizzly-client.jar${pathsep}${web.home}/modules/tyrus-spi.jar

ts.classpath=${websocket.api}${pathsep}${ts.harness.classpath}
Expand Down

0 comments on commit ea6a59b

Please sign in to comment.