Fix build (duplicate dependency and incorrect snapshot version)
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@834489 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/junit4osgi/maven-junit4osgi-plugin/pom.xml b/ipojo/junit4osgi/maven-junit4osgi-plugin/pom.xml
index b9a020f..6870a28 100644
--- a/ipojo/junit4osgi/maven-junit4osgi-plugin/pom.xml
+++ b/ipojo/junit4osgi/maven-junit4osgi-plugin/pom.xml
@@ -29,11 +29,6 @@
<name>Junit4OSGi Maven Plugin</name>
<dependencies>
<dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-plugin-api</artifactId>
- <version>2.0</version>
- </dependency>
- <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
diff --git a/shell.gui.plugin/pom.xml b/shell.gui.plugin/pom.xml
index 665ebb6..bb0fdc6 100644
--- a/shell.gui.plugin/pom.xml
+++ b/shell.gui.plugin/pom.xml
@@ -38,7 +38,7 @@
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>org.apache.felix.shell</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.5.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>