Skip to content

Commit 2561333

Browse files
committed
Update pom file; Fixes #1
1 parent af3981e commit 2561333

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cdt-java-client/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,14 @@
7070
</dependency>
7171
<dependency>
7272
<groupId>org.glassfish.tyrus</groupId>
73-
<artifactId>tyrus-client</artifactId>
73+
<artifactId>tyrus-container-grizzly-client</artifactId>
7474
<version>${tyrus.version}</version>
7575
</dependency>
7676
<dependency>
7777
<groupId>org.glassfish.tyrus</groupId>
7878
<artifactId>tyrus-container-grizzly-server</artifactId>
7979
<version>${tyrus.version}</version>
80+
<scope>test</scope>
8081
</dependency>
8182

8283
<dependency>

0 commit comments

Comments
 (0)