diff options
author | liamfallon <liam.fallon@ericsson.com> | 2018-09-18 16:20:26 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@ericsson.com> | 2018-09-18 16:20:39 +0100 |
commit | a46382dd12b981220243bf11ab3fb115acfabfa0 (patch) | |
tree | 94fbca8bf5669b9c252d3b8cc73ccc3ec3a25706 /plugins/plugins-executor | |
parent | 565922bbe60fc0a9d015ce00ef8733e6ddfe905c (diff) |
remove license issues
Change the versions of some second order dependencies to
mitigate license issues.
Change-Id: I39745ec1eb7c72fb481a4adafc2805e4bbbd8386
Issue-ID: POLICY-1059
Signed-off-by: liamfallon <liam.fallon@ericsson.com>
Diffstat (limited to 'plugins/plugins-executor')
-rw-r--r-- | plugins/plugins-executor/plugins-executor-jruby/pom.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/plugins/plugins-executor/plugins-executor-jruby/pom.xml b/plugins/plugins-executor/plugins-executor-jruby/pom.xml index 0620dae9b..5cf59e486 100644 --- a/plugins/plugins-executor/plugins-executor-jruby/pom.xml +++ b/plugins/plugins-executor/plugins-executor-jruby/pom.xml @@ -35,6 +35,30 @@ <groupId>org.jruby</groupId> <artifactId>jruby-core</artifactId> <version>9.2.0.0</version> + <exclusions> + <exclusion> + <groupId>org.jruby.extras</groupId> + <artifactId>bytelist</artifactId> + </exclusion> + <exclusion> + <groupId>org.jruby</groupId> + <artifactId>dirgra</artifactId> + </exclusion> + <exclusion> + <groupId>com.github.jnr</groupId> + <artifactId>jffi</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>org.jruby.extras</groupId> + <artifactId>bytelist</artifactId> + <version>1.0.13</version> + </dependency> + <dependency> + <groupId>com.github.jnr</groupId> + <artifactId>jffi</artifactId> + <version>1.2.16</version> </dependency> </dependencies> |