Author: clement
Date: Mon Jan 17 07:57:08 2011
New Revision: 1059780
URL: http://svn.apache.org/viewvc?rev=1059780&view=rev
Log:
remove useless dependency
Modified:
felix/trunk/ipojo/manipulator/pom.xml
Modified: felix/trunk/ipojo/manipulator/pom.xml
URL:
http://svn.apache.org/viewvc/felix/trunk/ipojo/manipulator/pom.xml?rev=1059780&r1=1059779&r2=1059780&view=diff
==============================================================================
--- felix/trunk/ipojo/manipulator/pom.xml (original)
+++ felix/trunk/ipojo/manipulator/pom.xml Mon Jan 17 07:57:08 2011
@@ -51,11 +51,6 @@
<artifactId>org.apache.felix.ipojo.metadata</artifactId>
<version>1.4.0</version>
</dependency>
- <dependency>
- <groupId>org.apache.felix</groupId>
- <artifactId>org.apache.felix.ipojo.annotations</artifactId>
- <version>1.7.0-SNAPSHOT</version>
- </dependency>
</dependencies>
<build>
<plugins>