Specified slf4j implementation version. Removed version 1.2.17 of log4j (using 1.2.16).

git-svn-id: https://taverna.googlecode.com/svn/taverna/products/taverna-workbench-product/trunk@16064 bf327186-88b3-11dd-a302-d386e5130c1c
diff --git a/pom.xml b/pom.xml
index d72f869..85c229e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -158,17 +158,18 @@
 	</distributionManagement>
 	<dependencies>
 
-		<!-- Workaround for slf4j api/impl version mismatch -->
 		<dependency>
-			<groupId>org.slf4j</groupId>
-			<artifactId>slf4j-api</artifactId>
-			<version>1.7.5</version>
+			<groupId>log4j</groupId>
+			<artifactId>log4j</artifactId>
+			<version>1.2.17</version>
+			<scope>provided</scope>
 		</dependency>
+
+		<!-- slf4j implementation -->
 		<dependency>
 			<groupId>org.slf4j</groupId>
 			<artifactId>slf4j-log4j12</artifactId>
-			<version>1.7.5</version>
-			<scope>runtime</scope>
+			<version>1.7.4</version>
 		</dependency>
 
 		<!-- Spring DM -->
@@ -623,8 +624,8 @@
             <artifactId>jena-bundle</artifactId>
             <version>2.11.0-SNAPSHOT</version>
         </dependency>
-        
-        
+
+
 
 		<!-- Taverna Security -->
 		<dependency>