diff options
author | liamfallon <liam.fallon@ericsson.com> | 2018-09-19 20:08:03 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@ericsson.com> | 2018-09-19 20:08:13 +0100 |
commit | 740aa0082d4a6ee6638143b74a2f082b8fd5365c (patch) | |
tree | 3f1a76e214bb3bbccaefd7310a9cbae5e3c8a6af /plugins | |
parent | 66179519b26840ac633f520f011baedf9bfbb9dc (diff) |
Fix license issue with Hibernate dependency
Change-Id: I0f0ce81661c505a7df4b6199c6d0baf7a9d0ce3e
Issue-ID: POLICY-1059
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 5cf59e486..09fcc470e 100644 --- a/plugins/plugins-executor/plugins-executor-jruby/pom.xml +++ b/plugins/plugins-executor/plugins-executor-jruby/pom.xml @@ -58,7 +58,7 @@ <dependency> <groupId>com.github.jnr</groupId> <artifactId>jffi</artifactId> - <version>1.2.16</version> + <version>1.2.10</version> </dependency> </dependencies> |