TAVERNA-989 : test scope fixed
Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/commit/29ec3b5c Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/tree/29ec3b5c Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/diff/29ec3b5c Branch: refs/heads/master Commit: 29ec3b5c62013246291888bd1a77d5abbada75d8 Parents: b913dbf Author: ThilinaManamgoda <[email protected]> Authored: Mon Jul 11 20:07:34 2016 +0530 Committer: ThilinaManamgoda <[email protected]> Committed: Mon Jul 11 20:07:34 2016 +0530 ---------------------------------------------------------------------- taverna-activity-palette-impl/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/29ec3b5c/taverna-activity-palette-impl/pom.xml ---------------------------------------------------------------------- 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>
