Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-14145

[7.1] Websocket Maven Dependency Wrong in Documentation in Developer Guide for 7.1

    XMLWordPrintable

    Details

      Description

      This was reported by a customer, Myee Riri, on the Customer Portal discussion forum (https://access.redhat.com/discussions/3332721):

      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>
      

        Gliffy Diagrams

          Attachments

            Issue Links

              Activity

                People

                • Assignee:
                  lcosti.redhat Lucas Costi
                  Reporter:
                  lcosti.redhat Lucas Costi
                  Tester:
                  Jan Stourac
                • Votes:
                  0 Vote for this issue
                  Watchers:
                  3 Start watching this issue

                  Dates

                  • Created:
                    Updated:
                    Resolved: