Good Morning,

[EMAIL PROTECTED] wrote:
> Author: jconlon
> Date: Sun Feb 25 04:06:20 2007
> New Revision: 758
>
> Modified:
>    slf4j/trunk/slf4j-osgi-integration-test/pom.xml
>    
> slf4j/trunk/slf4j-osgi-integration-test/src/test/java/org/slf4j/osgi/integration/IntegrationTestConstants.java
>    
> slf4j/trunk/slf4j-osgi-integration-test/src/test/java/org/slf4j/osgi/integration/jdk/test/JdkBundleTest.java
>    
> slf4j/trunk/slf4j-osgi-integration-test/src/test/java/org/slf4j/osgi/integration/log4j/test/Log4JBundleTest.java
>    
> slf4j/trunk/slf4j-osgi-integration-test/src/test/java/org/slf4j/osgi/integration/logservice/test/LogServiceBundleTest.java
>    
> slf4j/trunk/slf4j-osgi-integration-test/src/test/java/org/slf4j/osgi/integration/nop/test/NopBundleTest.java
>    
> slf4j/trunk/slf4j-osgi-integration-test/src/test/java/org/slf4j/osgi/integration/simple/test/SimpleBundleTest.java
>    
> slf4j/trunk/slf4j-osgi-integration-test/src/test/resources/org/slf4j/osgi/integration/jdk/test/MANIFEST.MF
>    
> slf4j/trunk/slf4j-osgi-integration-test/src/test/resources/org/slf4j/osgi/integration/log4j/test/MANIFEST.MF
>    
> slf4j/trunk/slf4j-osgi-integration-test/src/test/resources/org/slf4j/osgi/integration/logservice/test/MANIFEST.MF
>    
> slf4j/trunk/slf4j-osgi-integration-test/src/test/resources/org/slf4j/osgi/integration/nop/test/MANIFEST.MF
>    
> slf4j/trunk/slf4j-osgi-integration-test/src/test/resources/org/slf4j/osgi/integration/simple/test/MANIFEST.MF
>
> Log:
> Changed to conform to the refactored spring-osgi testing api.  Adapted to 
> test new slf4j-api bundle.
>
> Modified: slf4j/trunk/slf4j-osgi-integration-test/pom.xml
> ==============================================================================
> --- slf4j/trunk/slf4j-osgi-integration-test/pom.xml   (original)
> +++ slf4j/trunk/slf4j-osgi-integration-test/pom.xml   Sun Feb 25 04:06:20 2007
> @@ -23,88 +23,95 @@
>          </description>
>      <!-- These dependencies are deceptive they are only for the 
> springframework testing env.  
>      bundles being tested are specified in the  -->
> -    
> +
> +     <dependency>
> +             <groupId>junit</groupId>
> +             <artifactId>junit</artifactId>
> +             <version>3.8.1</version>
> +             <scope>test</scope>
> +     </dependency>
There is a bugfix release of JUnit 3.8.2 since 2006-03-03 available:
http://sourceforge.net/projects/junit
www.junit.org is down at the moment (2007-02-25, CET 08:51)

Would be nice to have these in the dependencies (no showstopper for the 
release).

Regards
Boris
_______________________________________________
dev mailing list
[email protected]
http://www.slf4j.org/mailman/listinfo/dev

Reply via email to