<dependency>
<groupId>org.glassfish.tyrus</groupId>
<artifactId>tyrus-server</artifactId>
<version>2.2.0</version>
<type>bundle</type>
</dependency>
<parent> <groupId>org.glassfish.tyrus</groupId> <artifactId>tyrus-project</artifactId> <version>2.2.0</version> </parent>
compile
|-- jakarta.websocket:jakarta.websocket-api
|-- jakarta.xml.bind:jakarta.xml.bind-api
|-- org.glassfish.tyrus:tyrus-client
|-- org.glassfish.tyrus:tyrus-container-grizzly-client
test
|-- junit:junit