Merge pull request #14 from dve/patch-1

Update index.adoc to reflect test scope for test dependencies
diff --git a/meecrowave-doc/src/main/jbake/content/testing/index.adoc b/meecrowave-doc/src/main/jbake/content/testing/index.adoc
index 6dbf730..b112ae1 100644
--- a/meecrowave-doc/src/main/jbake/content/testing/index.adoc
+++ b/meecrowave-doc/src/main/jbake/content/testing/index.adoc
@@ -17,6 +17,7 @@
   <groupId>org.apache.meecrowave</groupId>
   <artifactId>meecrowave-junit</artifactId>
   <version>${meecrowave.version}</version>
+  <scope>test</scope>
 </dependency>
 ----
 
@@ -118,6 +119,7 @@
   <groupId>org.apache.meecrowave</groupId>
   <artifactId>meecrowave-arquillian</artifactId>
   <version>${meecrowave.version}</version>
+  <scope>test</scope>
 </dependency>
 ----