You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by as...@apache.org on 2017/02/27 10:56:40 UTC

camel git commit: Fix discrepancy in Camel CDI testing doc

Repository: camel
Updated Branches:
  refs/heads/master 4599558cd -> 59170dd0f


Fix discrepancy in Camel CDI testing doc


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/59170dd0
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/59170dd0
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/59170dd0

Branch: refs/heads/master
Commit: 59170dd0fd8bf820a049e50b0c84f5bbc92e96c9
Parents: 4599558
Author: Antonin Stefanutti <an...@stefanutti.fr>
Authored: Mon Feb 27 11:56:33 2017 +0100
Committer: Antonin Stefanutti <an...@stefanutti.fr>
Committed: Mon Feb 27 11:56:33 2017 +0100

----------------------------------------------------------------------
 components/camel-test-cdi/src/main/docs/cdi-testing.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/59170dd0/components/camel-test-cdi/src/main/docs/cdi-testing.adoc
----------------------------------------------------------------------
diff --git a/components/camel-test-cdi/src/main/docs/cdi-testing.adoc b/components/camel-test-cdi/src/main/docs/cdi-testing.adoc
index b208071..2b614be 100644
--- a/components/camel-test-cdi/src/main/docs/cdi-testing.adoc
+++ b/components/camel-test-cdi/src/main/docs/cdi-testing.adoc
@@ -85,7 +85,7 @@ their `pom.xml` for this component:
 <dependency>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-test-cdi</artifactId>
-    <scope>test</test>
+    <scope>test</scope>
     <version>x.x.x</version>
     <!-- use the same version as your Camel core version -->
 </dependency>