diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-07-10 12:46:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-07-10 12:46:04 +0000 |
commit | 4920980d7a90a5b66094d7c8ee34dc0d93d1ee4c (patch) | |
tree | 702a37205773bb2385c4b3d4ada63fc09fd3c0fb /plugins | |
parent | da923d791ae2e3ca67dd9711e7c3f173b500abce (diff) | |
parent | 5906f30661e9d7697549b41951d6473ba25f866a (diff) |
Merge "Change JRuby and Websocket version"
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> |