SLING-8531 - Fix ds import version
diff --git a/pom.xml b/pom.xml
index 18517a4..14cc5e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,6 +76,7 @@
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.service.component.annotations</artifactId>
+            <version>1.3.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>