TAVERNA-989 : test scope fixed
diff --git a/taverna-activity-palette-impl/pom.xml b/taverna-activity-palette-impl/pom.xml
index 5261023..3ae0712 100644
--- a/taverna-activity-palette-impl/pom.xml
+++ b/taverna-activity-palette-impl/pom.xml
@@ -54,7 +54,6 @@
 			<groupId>org.apache.taverna.osgi</groupId>
 			<artifactId>taverna-configuration-api</artifactId>
 			<version>${taverna.osgi.version}</version>
-			<scope>test</scope>
 
 		</dependency>
 		<dependency>
@@ -103,6 +102,7 @@
 			<artifactId>taverna-app-configuration-impl</artifactId>
 			<version>${taverna.osgi.version}</version>
 
+			<scope>test</scope>
 		</dependency>
 	</dependencies>
 </project>