SLING-2938 - workaround for SLING-8080
diff --git a/src/it/annotations-it/pom.xml b/src/it/annotations-it/pom.xml
index 2d8c1a6..466f278 100644
--- a/src/it/annotations-it/pom.xml
+++ b/src/it/annotations-it/pom.xml
@@ -175,6 +175,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.api</artifactId>
+            <!-- keep the version in sync with it-model-txt (SLING-8080) -->
             <version>2.20.0</version>
             <scope>provided</scope>
         </dependency>
@@ -194,6 +195,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.servlets.resolver</artifactId>
+            <!-- keep the version in sync with it-model-txt (SLING-8080) -->
             <version>2.5.2</version>
             <scope>test</scope>
         </dependency>
diff --git a/src/it/annotations-it/src/test/provisioning/it-model.txt b/src/it/annotations-it/src/test/provisioning/it-model.txt
index 5d3780e..dd1379b 100644
--- a/src/it/annotations-it/src/test/provisioning/it-model.txt
+++ b/src/it/annotations-it/src/test/provisioning/it-model.txt
@@ -21,5 +21,5 @@
 # Dependencies
 [artifacts]
     org.apache.sling/org.apache.sling.starter/11/slingstart
-    org.apache.sling/org.apache.sling.api
-    org.apache.sling/org.apache.sling.servlets.resolver
\ No newline at end of file
+    org.apache.sling/org.apache.sling.api/2.20.0
+    org.apache.sling/org.apache.sling.servlets.resolver/2.5.2
\ No newline at end of file