Skip to content

Commit

Permalink
Bael 389 - Setting javax websocket api scope to provided (eugenp#1341)
Browse files Browse the repository at this point in the history
* Project for " A Guide to the Java API for WebSocket" article

* Setting dependencies correctly

* Formatting adjustments

* Removing tomcat7 maven plugin

* Applying formatt - No spaces

* BAEL-389 - Building URL dynamically between host and pathname

* Setting javax websocket api scope to provided
  • Loading branch information
Alex Vargas authored and zhendrikse committed Mar 9, 2017
1 parent 5840f99 commit 453de7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions java-websocket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<groupId>javax.websocket</groupId>
<artifactId>javax.websocket-api</artifactId>
<version>1.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand Down

0 comments on commit 453de7e

Please sign in to comment.