trivial: reorder dependencies

all test dependencies are now in one section of the pom.xml
diff --git a/pom.xml b/pom.xml
index 3dec7bc..f4ef636 100644
--- a/pom.xml
+++ b/pom.xml
@@ -271,6 +271,14 @@
             <version>2.16.4</version>
             <scope>provided</scope>
         </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-json_1.0_spec</artifactId>
+            <version>1.0-alpha-1</version>
+            <scope>provided</scope>
+        </dependency>
+
+        <!-- START testing dependencies -->
         <!-- Apache Felix -->
         <dependency>
             <groupId>org.apache.felix</groupId>
@@ -291,7 +299,6 @@
             <version>3.1.0</version>
             <scope>test</scope>
         </dependency>
-        <!-- testing -->
         <dependency>
             <groupId>org.jmock</groupId>
             <artifactId>jmock-junit4</artifactId>
@@ -316,12 +323,6 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-json_1.0_spec</artifactId>
-            <version>1.0-alpha-1</version>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.commons.johnzon</artifactId>
             <version>1.0.0</version>
@@ -374,6 +375,7 @@
             <version>${org.ops4j.pax.exam.version}</version>
             <scope>test</scope>
         </dependency>
+        <!-- END testing dependencies -->
     </dependencies>
 
 </project>