Moved declaration of maven-bundle plugin and spring repositories to parent pom.
git-svn-id: http://taverna.googlecode.com/svn/taverna/engine/net.sf.taverna.t2.activities/trunk/dependency-activity@12590 bf327186-88b3-11dd-a302-d386e5130c1c Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/commit/e999356c Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/tree/e999356c Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/diff/e999356c Branch: refs/heads/master Commit: e999356cc323020630b20bb8addf3d2403d48154 Parents: 38acc31 Author: [email protected] <[email protected]@bf327186-88b3-11dd-a302-d386e5130c1c> Authored: Wed Feb 16 11:43:53 2011 +0000 Committer: [email protected] <[email protected]@bf327186-88b3-11dd-a302-d386e5130c1c> Committed: Wed Feb 16 11:43:53 2011 +0000 ---------------------------------------------------------------------- pom.xml | 9 --------- 1 file changed, 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/e999356c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f62bdaa..1eb95aa 100644 --- a/pom.xml +++ b/pom.xml @@ -10,15 +10,6 @@ <artifactId>dependency-activity</artifactId> <packaging>bundle</packaging> <name>Taverna 2 Activity with Dependencies</name> - <build> - <plugins> - <plugin> - <groupId>org.apache.felix</groupId> - <artifactId>maven-bundle-plugin</artifactId> - <extensions>true</extensions> - </plugin> - </plugins> - </build> <dependencies> <dependency> <groupId>net.sf.taverna.t2.core</groupId>
