Skip to content

Commit

Permalink
Fix build (duplicate dependency and incorrect snapshot version)
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@834489 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Stuart McCulloch committed Nov 10, 2009
1 parent 2b2b0ed commit a50af2b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions ipojo/junit4osgi/maven-junit4osgi-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@
<version>1.1.0-SNAPSHOT</version>
<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>
Expand Down
2 changes: 1 addition & 1 deletion shell.gui.plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit a50af2b

Please sign in to comment.