Websocket Maven Dependency Wrong in Documentation in Developer Guide for 7.1
This
<dependency>
<groupId>org.jboss.spec.javax.websocket</groupId>
<artifactId>jboss-websocket-api_1.0_spec</artifactId>
<version>1.0.0.Final</version>
<scope>provided</scope>
</dependency>
should be
<dependency>
<groupId>org.jboss.spec.javax.websocket</groupId>
<artifactId>jboss-websocket-api_1.1_spec</artifactId>
<scope>provided</scope>
</dependency>
Responses
Thanks so much for taking the time to report this, Myee.
I have opened the following JIRA issue to track the investigation and fixing of this issue.
https://issues.jboss.org/browse/JBEAP-14145
Thanks again!
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
