You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2015/06/01 09:10:19 UTC

[05/14] camel git commit: Added camel blueprint test support

Added camel blueprint test support


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

Branch: refs/heads/master
Commit: ee05713759bf4821ee39073a3de2e6e51cfe5d99
Parents: a4935d9
Author: Mike Kennedy <mi...@ucr.edu>
Authored: Sat May 30 23:46:10 2015 -0700
Committer: Claus Ibsen <da...@apache.org>
Committed: Mon Jun 1 08:55:12 2015 +0200

----------------------------------------------------------------------
 components/camel-slack/pom.xml                               | 8 +-------
 .../src/main/resources/OSGI-INF/blueprint/blueprint.xml      | 0
 .../org/apache/camel/component/slack/SlackProducerTest.java  | 7 +++++++
 3 files changed, 8 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/ee057137/components/camel-slack/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-slack/pom.xml b/components/camel-slack/pom.xml
index da75056..d88d690 100644
--- a/components/camel-slack/pom.xml
+++ b/components/camel-slack/pom.xml
@@ -37,14 +37,8 @@
 
         <!-- test dependencies -->
         <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
             <groupId>org.apache.camel</groupId>
-            <artifactId>camel-test</artifactId>
-            <scope>test</scope>
+            <artifactId>camel-test-blueprint</artifactId>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/ee057137/components/camel-slack/src/main/resources/OSGI-INF/blueprint/blueprint.xml
----------------------------------------------------------------------
diff --git a/components/camel-slack/src/main/resources/OSGI-INF/blueprint/blueprint.xml b/components/camel-slack/src/main/resources/OSGI-INF/blueprint/blueprint.xml
new file mode 100644
index 0000000..e69de29

http://git-wip-us.apache.org/repos/asf/camel/blob/ee057137/components/camel-slack/src/test/java/org/apache/camel/component/slack/SlackProducerTest.java
----------------------------------------------------------------------
diff --git a/components/camel-slack/src/test/java/org/apache/camel/component/slack/SlackProducerTest.java b/components/camel-slack/src/test/java/org/apache/camel/component/slack/SlackProducerTest.java
new file mode 100644
index 0000000..52e12b9
--- /dev/null
+++ b/components/camel-slack/src/test/java/org/apache/camel/component/slack/SlackProducerTest.java
@@ -0,0 +1,7 @@
+package org.apache.camel.component.slack;
+
+/**
+ * Created by mikek on 5/30/15.
+ */
+public class SlackProducerTest {
+}