From 405d8e4d50d45aede1aec349daccc13c64da2a38 Mon Sep 17 00:00:00 2001 From: swimmesberger Date: Mon, 3 Sep 2018 14:15:38 +0200 Subject: [PATCH 1/2] Fixed osgi imports --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 43056b264ca..e2c6c840cc8 100644 --- a/pom.xml +++ b/pom.xml @@ -275,8 +275,8 @@ 3.5.0 From a30193b5c2093f6224929a8701e6beebd5e13f50 Mon Sep 17 00:00:00 2001 From: swimmesberger Date: Mon, 3 Sep 2018 14:50:11 +0200 Subject: [PATCH 2/2] Excluded org.slf4j.* package from imports in oshi shaded bundle --- oshi-core-shaded/pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/oshi-core-shaded/pom.xml b/oshi-core-shaded/pom.xml index c8a9c3fcd73..f27df020f2d 100644 --- a/oshi-core-shaded/pom.xml +++ b/oshi-core-shaded/pom.xml @@ -101,6 +101,19 @@ + + biz.aQute.bnd + bnd-maven-plugin + 3.5.0 + + + +