SLING-10713 Update to Sling Bundle Parent 44
diff --git a/pom.xml b/pom.xml
index 4d43a17..8919de8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling-bundle-parent</artifactId>
-        <version>35</version>
+        <version>44</version>
         <relativePath />
     </parent>
 
@@ -54,6 +54,9 @@
       <tag>HEAD</tag>
   </scm>
 
+    <properties>
+        <project.build.outputTimestamp>2021-04-23T16:34:16Z</project.build.outputTimestamp>
+    </properties>
 
     <!-- ======================================================================= -->
     <!-- B U I L D                                                               -->
@@ -115,7 +118,6 @@
             </plugin>
             <plugin>
                 <artifactId>maven-resources-plugin</artifactId>
-                <version>2.7</version>
                 <executions>
                     <execution>
                         <id>copy-resources</id>
@@ -156,7 +158,6 @@
             <plugin>
                 <groupId>biz.aQute.bnd</groupId>
                 <artifactId>bnd-baseline-maven-plugin</artifactId>
-                <version>${bnd.version}</version>
                 <executions>
                     <execution>
                         <id>bnd-baseline</id>
@@ -199,7 +200,6 @@
         <dependency>
             <groupId>javax.inject</groupId>
             <artifactId>javax.inject</artifactId>
-            <version>1</version>
             <scope>provided</scope>
         </dependency>
         <dependency>