From a64052fad7c4a7036150594c53fdf6c1d9f8cc0d Mon Sep 17 00:00:00 2001
From: marcoSpoethAtYatta
<137811684+marcoSpoethAtYatta@users.noreply.github.com>
Date: Tue, 27 Jun 2023 16:22:07 +0200
Subject: [PATCH] added osgi support through maven bundle plugin (#17)
---
pom.xml | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/pom.xml b/pom.xml
index 86d330b..b9a1f1e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,6 +21,7 @@ limitations under the License.
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.ethlo.time
+ bundle
itu
1.7.3-SNAPSHOT
Internet Time Utility
@@ -268,6 +269,19 @@ limitations under the License.
+
+ org.apache.felix
+ maven-bundle-plugin
+ 5.1.8
+ true
+
+
+
+ com.ethlo.time
+
+
+
+