Bael 389 - Setting javax websocket api scope to provided (#1341)

* 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
This commit is contained in:
Alex Vargas 2017-03-09 13:56:26 -08:00 committed by Zeger Hendrikse
parent 5840f99d49
commit 453de7e93d
1 changed files with 1 additions and 0 deletions

View File

@ -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>