From fe1c4796744261dc760680dc6e40e479d2015b3b Mon Sep 17 00:00:00 2001 From: liamfallon Date: Tue, 10 Jul 2018 19:23:11 +0300 Subject: Change JNR and DOM4J license versions Change the JNR and DOM4J licenses to versions that are approved by the Linux Foundataion. Issue-ID: POLICY-905 Change-Id: I11fb2356bf90db27d16fe57ab70a910dac09459b Signed-off-by: liamfallon --- .../plugins-executor-jruby/pom.xml | 22 ++++++++++++++++++++++ .../plugins-persistence-jpa-hibernate/pom.xml | 11 +++++++++++ 2 files changed, 33 insertions(+) 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 @@ org.jruby jruby-stdlib + + com.github.jnr + jnr-posix: + + + com.github.jnr + jnr-posix: + + + com.github.jnr + jffi + + + com.github.jnr + jnr-posix + 3.0.45 + + + com.github.jnr + jffi + 1.2.10 + diff --git a/plugins/plugins-persistence/plugins-persistence-jpa/plugins-persistence-jpa-hibernate/pom.xml b/plugins/plugins-persistence/plugins-persistence-jpa/plugins-persistence-jpa-hibernate/pom.xml index 29c0519e8..f20a06c1f 100644 --- a/plugins/plugins-persistence/plugins-persistence-jpa/plugins-persistence-jpa-hibernate/pom.xml +++ b/plugins/plugins-persistence/plugins-persistence-jpa/plugins-persistence-jpa-hibernate/pom.xml @@ -39,6 +39,12 @@ org.hibernate hibernate-core ${hibernate.version} + + + dom4j + dom4j + + org.hibernate @@ -50,5 +56,10 @@ h2 test + + dom4j + dom4j + 1.6 + \ No newline at end of file -- cgit 1.2.3-korg