Skip to content

Commit

Permalink
Merge pull request #183 from jglick/websocket
Browse files Browse the repository at this point in the history
[JEP-222] - Add WebSocket support when running Jenkins test rules
  • Loading branch information
oleg-nenashev authored Jan 2, 2020
2 parents 79c4350 + bdda49f commit 8b4f896
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,16 @@ THE SOFTWARE.
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-security</artifactId>
<version>${jetty.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.websocket</groupId>
<artifactId>websocket-api</artifactId>
<version>${jetty.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.websocket</groupId>
<artifactId>websocket-server</artifactId> <!-- or javax-websocket-server-impl -->
<version>${jetty.version}</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
Expand Down

0 comments on commit 8b4f896

Please sign in to comment.