This is an automated email from the ASF dual-hosted git repository.
rmannibucau pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwebbeans-meecrowave.git
The following commit(s) were added to refs/heads/master by this push:
new 779f3d1 Update index.adoc
new f965a45 Merge pull request #14 from dve/patch-1
779f3d1 is described below
commit 779f3d1cf374d4c365c0b3771f0662768fc8b295
Author: Daniel Nordhoff-Vergien <[email protected]>
AuthorDate: Mon Aug 12 14:27:31 2019 +0200
Update index.adoc
Add copy and paste friendly test scope to dependencies
---
meecrowave-doc/src/main/jbake/content/testing/index.adoc | 2 ++
1 file changed, 2 insertions(+)
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 @@ Coordinates:
<groupId>org.apache.meecrowave</groupId>
<artifactId>meecrowave-junit</artifactId>
<version>${meecrowave.version}</version>
+ <scope>test</scope>
</dependency>
----
@@ -118,6 +119,7 @@ Container dependency:
<groupId>org.apache.meecrowave</groupId>
<artifactId>meecrowave-arquillian</artifactId>
<version>${meecrowave.version}</version>
+ <scope>test</scope>
</dependency>
----