Changed to conform to the refactored spring-osgi testing api.  Adapted to test new slf4j-api bundle.
diff --git a/slf4j-osgi-integration-test/pom.xml b/slf4j-osgi-integration-test/pom.xml
index 1e3cf7f..43efd2a 100644
--- a/slf4j-osgi-integration-test/pom.xml
+++ b/slf4j-osgi-integration-test/pom.xml
@@ -23,88 +23,95 @@
         </description>

     <!-- These dependencies are deceptive they are only for the springframework testing env.  

     bundles being tested are specified in the  -->

-    

-	<dependencies>

-	    <dependency>

-	    	<groupId>org.apache.felix</groupId>

-	    	<artifactId>javax.servlet</artifactId>

-	    	<version>0.8.0-SNAPSHOT</version>

-	    	<scope>test</scope>

-	    </dependency>

-	   

-	    <dependency>

-	    	<groupId>org.osgi</groupId>

-	    	<artifactId>org.osgi.compendium</artifactId>

-	    	<version>4.0</version>

-	    	<scope>provided</scope>

-	    </dependency>

 

-	    <dependency>

-			<groupId>junit</groupId>

-			<artifactId>junit</artifactId>

-			<version>3.8.1</version>

-			<scope>test</scope>

-		</dependency>

-		<dependency>

-			<groupId>org.slf4j</groupId>

-			<artifactId>slf4j-osgi-test-bundle</artifactId>

-			<version>${parent.version}</version>

-			<scope>test</scope>

-		</dependency>

-		<dependency>

-			<groupId>org.springframework.osgi</groupId>

-			<artifactId>org.springframework.osgi.test</artifactId>

-			<version>1.0-SNAPSHOT</version>

-			<scope>provided</scope>

-		</dependency>

-		<dependency>

-			<groupId>org.springframework.osgi</groupId>

-			<artifactId>spring-core</artifactId>

-			<version>2.1-SNAPSHOT</version>

-			<scope>provided</scope>

-		</dependency>

-		<dependency>

-			<groupId>org.springframework.osgi</groupId>

-			<artifactId>spring-context</artifactId>

-			<version>2.1-SNAPSHOT</version>

-			<scope>provided</scope>

-		</dependency>

-		<dependency>

-			<groupId>org.springframework.osgi</groupId>

-			<artifactId>spring-beans</artifactId>

-			<version>2.1-SNAPSHOT</version>

-			<scope>provided</scope>

-		</dependency>

-		<dependency>

-			<groupId>org.springframework.osgi</groupId>

-			<artifactId>jcl104-over-slf4j.osgi</artifactId>

-			<version>1.1.0</version>

-			<scope>provided</scope>

-		</dependency>

-		

-		<dependency>

-			<groupId>org.slf4j</groupId>

-			<artifactId>slf4j-log4j-full</artifactId>

-			<version>1.1.0</version>

-			<scope>provided</scope>

-		</dependency>

-		

-		<dependency>

-			<groupId>org.springframework.osgi</groupId>

-			<artifactId>log4j.osgi</artifactId>

-			<version>1.2.13-SNAPSHOT</version>

-			<scope>test</scope>

-		</dependency>

-		<dependency>

-			<groupId>org.springframework.osgi</groupId>

-			<artifactId>backport-util-concurrent</artifactId>

-			<version>3.0-SNAPSHOT</version>

-			<scope>test</scope>

-		</dependency>

-	</dependencies>

-	

+    <dependencies>

+    	<dependency>

+    		<groupId>org.apache.felix</groupId>

+    		<artifactId>javax.servlet</artifactId>

+    		<version>0.8.0-SNAPSHOT</version>

+    		<scope>test</scope>

+    	</dependency>

 

-	<build>

+    	<dependency>

+    		<groupId>org.osgi</groupId>

+    		<artifactId>org.osgi.compendium</artifactId>

+    		<version>4.0</version>

+    		<scope>provided</scope>

+    	</dependency>

+

+    	<dependency>

+    		<groupId>junit</groupId>

+    		<artifactId>junit</artifactId>

+    		<version>3.8.1</version>

+    		<scope>test</scope>

+    	</dependency>

+    	<dependency>

+    		<groupId>org.slf4j</groupId>

+    		<artifactId>slf4j-osgi-test-bundle</artifactId>

+    		<version>${parent.version}</version>

+    		<scope>test</scope>

+    	</dependency>
+    	<dependency>
+    		<groupId>org.springframework.osgi</groupId>
+    		<artifactId>org.springframework.osgi.test</artifactId>
+    		<version>1.0-SNAPSHOT</version>
+    		<scope>provided</scope>
+    	</dependency>
+    	<dependency>
+    		<groupId>org.springframework.osgi</groupId>
+    		<artifactId>spring-core</artifactId>
+    		<version>2.1-SNAPSHOT</version>
+    		<scope>provided</scope>
+    	</dependency>
+    	<dependency>
+    		<groupId>org.springframework.osgi</groupId>
+    		<artifactId>spring-context</artifactId>
+    		<version>2.1-SNAPSHOT</version>
+    		<scope>provided</scope>
+    	</dependency>
+    	<dependency>
+    		<groupId>org.springframework.osgi</groupId>
+    		<artifactId>spring-beans</artifactId>
+    		<version>2.1-SNAPSHOT</version>
+    		<scope>provided</scope>
+    	</dependency>
+
+
+    	<dependency>
+    		<groupId>org.springframework.osgi</groupId>
+    		<artifactId>spring-mock</artifactId>
+    		<version>2.1-SNAPSHOT</version>
+    		<type>jar</type>
+    		<scope>test</scope>
+    	</dependency>
+    	<dependency>
+    		<groupId>org.springframework.osgi</groupId>
+    		<artifactId>jcl104-over-slf4j.osgi</artifactId>
+    		<version>1.1.0</version>
+    		<scope>provided</scope>
+    	</dependency>
+    	<dependency>
+    		<groupId>org.slf4j</groupId>
+    		<artifactId>slf4j-log4j-full</artifactId>
+    		<version>1.1.0</version>
+    		<scope>provided</scope>
+    	</dependency>
+    	<dependency>
+    		<groupId>org.springframework.osgi</groupId>
+    		<artifactId>log4j.osgi</artifactId>
+    		<version>1.2.13-SNAPSHOT</version>
+    		<scope>test</scope>
+    	</dependency>
+    	<dependency>
+    		<groupId>org.springframework.osgi</groupId>
+    		<artifactId>backport-util-concurrent</artifactId>
+    		<version>3.0-SNAPSHOT</version>
+    		<scope>test</scope>
+    	</dependency>

+    </dependencies>

+

+

+    <build>

 		<plugins>

 			<plugin>

 				<groupId>org.apache.maven.plugins</groupId>