Use parent version of websocket 71/65871/1
authorliamfallon <liam.fallon@ericsson.com>
Tue, 11 Sep 2018 15:09:02 +0000 (16:09 +0100)
committerliamfallon <liam.fallon@ericsson.com>
Tue, 11 Sep 2018 15:09:10 +0000 (16:09 +0100)
Two conflicting versions of the websocket library were being used,
causing an exception to be thrown on apex shutdown.

Using the common version of websocket solves this issue.

Issue-ID: POLICY-954
Change-Id: Id1a004b1f09931b53ec389c776f74c58f7b29e99
Signed-off-by: liamfallon <liam.fallon@ericsson.com>
core/core-infrastructure/pom.xml
tools/simple-wsclient/pom.xml

index a384529..36fd00e 100644 (file)
@@ -34,7 +34,6 @@
         <dependency>
             <groupId>org.java-websocket</groupId>
             <artifactId>Java-WebSocket</artifactId>
-            <version>1.3.8</version>
         </dependency>
         <dependency>
             <groupId>com.google.guava</groupId>
index 9437f62..f26ddec 100644 (file)
@@ -34,7 +34,6 @@
         <dependency>
             <groupId>org.java-websocket</groupId>
             <artifactId>Java-WebSocket</artifactId>
-            <version>1.3.4</version>
         </dependency>
         <dependency>
             <groupId>org.onap.policy.apex-pdp.tools</groupId>