Repository: incubator-taverna-workbench Updated Branches: refs/heads/master fff5de51c -> 97ce6d2dc
osgi dependencies for looking up services 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/97ce6d2d Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/tree/97ce6d2d Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/diff/97ce6d2d Branch: refs/heads/master Commit: 97ce6d2dc8cfa8f289bdbf91ebf92d6f2478e512 Parents: fff5de5 Author: Stian Soiland-Reyes <[email protected]> Authored: Mon Oct 24 08:03:50 2016 +0100 Committer: Stian Soiland-Reyes <[email protected]> Committed: Mon Oct 24 08:03:50 2016 +0100 ---------------------------------------------------------------------- taverna-plugins-gui/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/97ce6d2d/taverna-plugins-gui/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-plugins-gui/pom.xml b/taverna-plugins-gui/pom.xml index e0a6104..9617dfd 100644 --- a/taverna-plugins-gui/pom.xml +++ b/taverna-plugins-gui/pom.xml @@ -42,6 +42,12 @@ <artifactId>taverna-app-configuration-api</artifactId> <version>${taverna.osgi.version}</version> </dependency> + <dependency> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.compendium</artifactId> + <version>${osgi.core.version}</version> + </dependency> + <dependency> <groupId>org.apache.taverna.osgi</groupId> <artifactId>taverna-plugin-api</artifactId> @@ -53,6 +59,12 @@ <artifactId>commons-io</artifactId> <version>${commons.io.version}</version> </dependency> + <dependency> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.core</artifactId> + <version>${osgi.core.version}</version> + </dependency> + </dependencies> </project>
