Change JRuby and Websocket version 63/56063/1
authorliamfallon <liam.fallon@ericsson.com>
Tue, 10 Jul 2018 09:25:19 +0000 (12:25 +0300)
committerliamfallon <liam.fallon@ericsson.com>
Tue, 10 Jul 2018 09:25:29 +0000 (12:25 +0300)
Change the versions of JRuby and Java Websockets to
versions that are approved by the Linux Foundation.

Issue-ID: POLICY-905
Change-Id: I804ab1e9871bb573647035f47e674f472aba5528
Signed-off-by: liamfallon <liam.fallon@ericsson.com>
core/core-infrastructure/pom.xml
packages/apex-pdp-package-full/pom.xml
plugins/plugins-executor/plugins-executor-jruby/pom.xml

index 84548c7..e314052 100644 (file)
@@ -34,7 +34,7 @@
         <dependency>
             <groupId>org.java-websocket</groupId>
             <artifactId>Java-WebSocket</artifactId>
-            <version>1.3.4</version>
+            <version>1.3.8</version>
         </dependency>
         <dependency>
             <groupId>com.google.guava</groupId>
@@ -45,4 +45,4 @@
             <artifactId>gson</artifactId>
         </dependency>
     </dependencies>
-</project>
\ No newline at end of file
+</project>
index ef87661..890f9f5 100644 (file)
             </build>
         </profile>
     </profiles>
-</project>
\ No newline at end of file
+</project>
index c9f72fc..fbe924a 100644 (file)
@@ -38,7 +38,7 @@
         <dependency>
             <groupId>org.jruby</groupId>
             <artifactId>jruby</artifactId>
-            <version>9.2.0.0</version>
+            <version>9.1.2.0</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.jruby.extras</groupId>