Repository: camel
Updated Branches:
  refs/heads/master f54756531 -> 4121bd679


Remove unecessary options in Camel CDI OSGi example


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

Branch: refs/heads/master
Commit: 4121bd679ea62bb54c87bad7de0eb94c2fc27c93
Parents: 23c6148
Author: Antonin Stefanutti <anto...@stefanutti.fr>
Authored: Wed Mar 9 12:39:34 2016 +0100
Committer: Antonin Stefanutti <anto...@stefanutti.fr>
Committed: Wed Mar 9 12:40:03 2016 +0100

----------------------------------------------------------------------
 .../java/org/apache/camel/example/cdi/osgi/PaxExamOptions.java  | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/4121bd67/examples/camel-example-cdi-osgi/src/test/java/org/apache/camel/example/cdi/osgi/PaxExamOptions.java
----------------------------------------------------------------------
diff --git 
a/examples/camel-example-cdi-osgi/src/test/java/org/apache/camel/example/cdi/osgi/PaxExamOptions.java
 
b/examples/camel-example-cdi-osgi/src/test/java/org/apache/camel/example/cdi/osgi/PaxExamOptions.java
index 452812a..5d1287c 100644
--- 
a/examples/camel-example-cdi-osgi/src/test/java/org/apache/camel/example/cdi/osgi/PaxExamOptions.java
+++ 
b/examples/camel-example-cdi-osgi/src/test/java/org/apache/camel/example/cdi/osgi/PaxExamOptions.java
@@ -22,7 +22,6 @@ import org.ops4j.pax.exam.Option;
 import org.ops4j.pax.exam.karaf.options.LogLevelOption;
 import org.ops4j.pax.exam.options.DefaultCompositeOption;
 
-import static org.ops4j.pax.exam.CoreOptions.junitBundles;
 import static org.ops4j.pax.exam.CoreOptions.maven;
 import static org.ops4j.pax.exam.CoreOptions.mavenBundle;
 import static 
org.ops4j.pax.exam.karaf.options.KarafDistributionOption.configureConsole;
@@ -48,9 +47,7 @@ public enum PaxExamOptions {
         // Don't bother with local console output as it just ends up 
cluttering the logs
         configureConsole().ignoreLocalConsole(),
         // Force the log level to INFO so we have more details during the 
test. It defaults to WARN.
-        logLevel(LogLevelOption.LogLevel.INFO),
-        // JUnit and Hamcrest
-        junitBundles()
+        logLevel(LogLevelOption.LogLevel.INFO)
     ),
     CAMEL_COMMANDS(
         mavenBundle()

Reply via email to