Removed unused artifacts
diff --git a/nucleus/parent/pom.xml b/nucleus/parent/pom.xml
index ff708ae..7b0e783 100644
--- a/nucleus/parent/pom.xml
+++ b/nucleus/parent/pom.xml
@@ -438,12 +438,6 @@
             <!-- OSGi / Felix -->
             <dependency>
                 <groupId>org.osgi</groupId>
-                <artifactId>osgi.promise</artifactId>
-                <version>8.0.0</version>
-                <scope>provided</scope>
-            </dependency>
-            <dependency>
-                <groupId>org.osgi</groupId>
                 <artifactId>osgi.annotation</artifactId>
                 <version>8.1.0</version>
                 <scope>provided</scope>
@@ -460,16 +454,6 @@
                 <version>7.0.0</version>
                 <scope>provided</scope>
             </dependency>
-            <dependency>
-                <groupId>org.osgi</groupId>
-                <artifactId>org.osgi.util.promise</artifactId>
-                <version>1.2.0</version>
-            </dependency>
-            <dependency>
-                <groupId>org.osgi</groupId>
-                <artifactId>org.osgi.util.function</artifactId>
-                <version>1.2.0</version>
-            </dependency>
 
             <dependency>
                 <groupId>org.apache.felix</groupId>