added classic scripting bundle for comparison
diff --git a/pom.xml b/pom.xml
index f73d5ec..40c5c9d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -164,6 +164,12 @@
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.scripting.examplebundle.classic</artifactId>
+            <version>0.0.1-SNAPSHOT</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.examplebundle.hi</artifactId>
             <version>0.0.1-SNAPSHOT</version>
             <scope>test</scope>
diff --git a/src/test/provisioning/it-model.txt b/src/test/provisioning/it-model.txt
index a137ea3..ce8b311 100644
--- a/src/test/provisioning/it-model.txt
+++ b/src/test/provisioning/it-model.txt
@@ -26,6 +26,7 @@
   org.apache.sling/org.apache.sling.scripting.resolver
   org.apache.sling/org.apache.sling.scripting.examplebundle
   org.apache.sling/org.apache.sling.scripting.examplebundle.precompiled
+  org.apache.sling/org.apache.sling.scripting.examplebundle.classic
   org.apache.sling/org.apache.sling.scripting.examplebundle.hi
   org.apache.sling/org.apache.sling.junit.core/1.0.26