Skip to content
Snippets Groups Projects
Commit bf6ee4bc authored by Sven Kästle's avatar Sven Kästle
Browse files

fix: Include provided as attribute for scope in pom.xml

parent 519276d9
No related branches found
No related tags found
No related merge requests found
......@@ -170,6 +170,7 @@
<groupId>javax.websocket</groupId>
<artifactId>javax.websocket-api</artifactId>
<version>1.1</version>
<scope>provided</scope>
</dependency>
<!-- gson -->
......
......@@ -25,8 +25,6 @@ public class AnnotationWebSocketEndpoint {
endpoints.add(this);
// save mapping of session and target id
targets.put(session.getId(), targetId);
System.out.println(endpoints.toString());
}
@OnMessage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment