Author: jstrachan Date: Fri Apr 17 09:50:01 2009 New Revision: 765923 URL: http://svn.apache.org/viewvc?rev=765923&view=rev Log: removed duff comment
Modified: camel/trunk/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/OSGiIntegrationTest.java Modified: camel/trunk/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/OSGiIntegrationTest.java URL: http://svn.apache.org/viewvc/camel/trunk/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/OSGiIntegrationTest.java?rev=765923&r1=765922&r2=765923&view=diff ============================================================================== --- camel/trunk/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/OSGiIntegrationTest.java (original) +++ camel/trunk/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/OSGiIntegrationTest.java Fri Apr 17 09:50:01 2009 @@ -85,9 +85,8 @@ // this is how you set the default log level when using pax logging (logProfile) systemProperty("org.ops4j.pax.logging.DefaultServiceLog.level").value("INFO"), - // TODO why can't we find these from the maven pom.xml with transitive dependency? + // lets deploy the bundles we need mavenBundleAsInProject("org.apache.camel", "camel-core"), - wrappedBundle(mavenBundleAsInProject("commons-logging", "commons-logging")), felix(), equinox());