SLING-7060 - Allow running a test only if a certain bundle is present at
a certain version

Fix dependency scope

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1805291 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 88bcf90..b8dd43b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -145,7 +145,7 @@
           <groupId>org.apache.sling</groupId>
           <artifactId>org.apache.sling.commons.johnzon</artifactId>
           <version>1.0.0</version>
-          <scope>copmile</scope>
+          <scope>compile</scope>
         </dependency>