aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/plugins-executor
diff options
context:
space:
mode:
authorJorge Hernandez <jh1730@att.com>2018-07-11 14:53:12 +0000
committerGerrit Code Review <gerrit@onap.org>2018-07-11 14:53:12 +0000
commit2156ac762315a2ba18e3fe9b59a98a673c818162 (patch)
treed525b1f523404bbef03bc57405c445e4f5d17e36 /plugins/plugins-executor
parentb461c6505afddacbef90e3dc0bfa9d49609a626b (diff)
parentfe1c4796744261dc760680dc6e40e479d2015b3b (diff)
Merge "Change JNR and DOM4J license versions"
Diffstat (limited to 'plugins/plugins-executor')
-rw-r--r--plugins/plugins-executor/plugins-executor-jruby/pom.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/plugins/plugins-executor/plugins-executor-jruby/pom.xml b/plugins/plugins-executor/plugins-executor-jruby/pom.xml
index 901d30e9f..759cfb6b0 100644
--- a/plugins/plugins-executor/plugins-executor-jruby/pom.xml
+++ b/plugins/plugins-executor/plugins-executor-jruby/pom.xml
@@ -48,7 +48,29 @@
<groupId>org.jruby</groupId>
<artifactId>jruby-stdlib</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>com.github.jnr</groupId>
+ <artifactId>jnr-posix:</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.github.jnr</groupId>
+ <artifactId>jnr-posix:</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.github.jnr</groupId>
+ <artifactId>jffi</artifactId>
+ </exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>com.github.jnr</groupId>
+ <artifactId>jnr-posix</artifactId>
+ <version>3.0.45</version>
+ </dependency>
+ <dependency>
+ <groupId>com.github.jnr</groupId>
+ <artifactId>jffi</artifactId>
+ <version>1.2.10</version>
+ </dependency>
</dependencies>
</project>