|
24 | 24 | <jacoco.version>0.8.0</jacoco.version> |
25 | 25 | <easy.mock.version>3.4</easy.mock.version> |
26 | 26 | <jsonassert.version>1.5.0</jsonassert.version> |
27 | | - <tyrus.server.version>1.13.1</tyrus.server.version> |
28 | | - <tyrus.server.version>1.13.1</tyrus.server.version> |
29 | | - <tyrus.container.version>1.2.1</tyrus.container.version> |
30 | 27 | <mockwebserver.version>2.7.5</mockwebserver.version> |
31 | 28 | </properties> |
32 | 29 |
|
|
36 | 33 | <artifactId>javax.websocket-api</artifactId> |
37 | 34 | <version>${websocket.api.version}</version> |
38 | 35 | </dependency> |
39 | | - |
40 | 36 | <dependency> |
41 | 37 | <groupId>org.glassfish.tyrus</groupId> |
42 | | - <artifactId>tyrus-container-jdk-client</artifactId> |
| 38 | + <artifactId>tyrus-client</artifactId> |
| 39 | + <version>${tyrus.version}</version> |
| 40 | + </dependency> |
| 41 | + <dependency> |
| 42 | + <groupId>org.glassfish.tyrus</groupId> |
| 43 | + <artifactId>tyrus-container-grizzly-server</artifactId> |
43 | 44 | <version>${tyrus.version}</version> |
44 | 45 | </dependency> |
45 | 46 |
|
|
83 | 84 | <version>${easy.mock.version}</version> |
84 | 85 | <scope>test</scope> |
85 | 86 | </dependency> |
86 | | - <dependency> |
87 | | - <groupId>org.jacoco</groupId> |
88 | | - <artifactId>jacoco-maven-plugin</artifactId> |
89 | | - <version>${jacoco.version}</version> |
90 | | - <scope>test</scope> |
91 | | - </dependency> |
92 | 87 | <dependency> |
93 | 88 | <groupId>org.glassfish.tyrus</groupId> |
94 | 89 | <artifactId>tyrus-server</artifactId> |
95 | | - <version>${tyrus.server.version}</version> |
96 | | - <scope>test</scope> |
97 | | - </dependency> |
98 | | - <dependency> |
99 | | - <groupId>org.glassfish.tyrus</groupId> |
100 | | - <artifactId>tyrus-container-grizzly-server</artifactId> |
101 | | - <version>${tyrus.server.version}</version> |
102 | | - <scope>test</scope> |
103 | | - </dependency> |
104 | | - <dependency> |
105 | | - <groupId>org.glassfish.tyrus</groupId> |
106 | | - <artifactId>tyrus-spi</artifactId> |
107 | | - <version>${tyrus.server.version}</version> |
| 90 | + <version>${tyrus.version}</version> |
108 | 91 | <scope>test</scope> |
109 | 92 | </dependency> |
110 | 93 | <dependency> |
|
126 | 109 | <plugin> |
127 | 110 | <groupId>org.jacoco</groupId> |
128 | 111 | <artifactId>jacoco-maven-plugin</artifactId> |
| 112 | + <version>${jacoco.version}</version> |
129 | 113 | <executions> |
130 | 114 | <execution> |
131 | 115 | <id>pre-unit-test</id> |
|
0 commit comments