diff options
author | liamfallon <liam.fallon@ericsson.com> | 2018-07-10 12:25:19 +0300 |
---|---|---|
committer | liamfallon <liam.fallon@ericsson.com> | 2018-07-10 12:25:29 +0300 |
commit | 5906f30661e9d7697549b41951d6473ba25f866a (patch) | |
tree | 9db45ab464963537a4de0d9d39f4ae986719d4b4 /plugins | |
parent | 197a07f0e8b48c2710984176c8ed9d78f0b50335 (diff) |
Change JRuby and Websocket version
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>
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/plugins-executor/plugins-executor-jruby/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/plugins-executor/plugins-executor-jruby/pom.xml b/plugins/plugins-executor/plugins-executor-jruby/pom.xml index c9f72fc07..fbe924aaa 100644 --- a/plugins/plugins-executor/plugins-executor-jruby/pom.xml +++ b/plugins/plugins-executor/plugins-executor-jruby/pom.xml @@ -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> |