Author: ningjiang
Date: Mon Aug 30 09:34:31 2010
New Revision: 990741

URL: http://svn.apache.org/viewvc?rev=990741&view=rev
Log:
Switched to use camel-shiro feature of ShiroAuthenticationTest

Modified:
    
camel/trunk/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/shiro/ShiroAuthenticationTest.java

Modified: 
camel/trunk/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/shiro/ShiroAuthenticationTest.java
URL: 
http://svn.apache.org/viewvc/camel/trunk/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/shiro/ShiroAuthenticationTest.java?rev=990741&r1=990740&r2=990741&view=diff
==============================================================================
--- 
camel/trunk/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/shiro/ShiroAuthenticationTest.java
 (original)
+++ 
camel/trunk/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/shiro/ShiroAuthenticationTest.java
 Mon Aug 30 09:34:31 2010
@@ -99,12 +99,8 @@ public class ShiroAuthenticationTest ext
             
             // using the features to install the camel components             
             scanFeatures(getCamelKarafFeatureUrl(),                         
-                          "camel-core", "camel-spring", "camel-test"),
-            // add the camel-shior bundles
-            
wrappedBundle(maven().groupId("org.apache.shiro").artifactId("shiro-core").version("1.0.0-incubating")),
-                                        
-            
mavenBundle().groupId("org.apache.camel").artifactId("camel-shiro").versionAsInProject(),
-                          
+                          "camel-core", "camel-spring", "camel-test", 
"camel-shiro"),
+                         
             workingDirectory("target/paxrunner/"),
 
             felix());


Reply via email to