commit | abed2af1d677cfee5876a7b8199f69a5dc25f909 | [log] [tgz] |
---|---|---|
author | Gert Vanthienen <gertv@apache.org> | Tue Jun 16 11:58:10 2009 +0000 |
committer | Gert Vanthienen <gertv@apache.org> | Tue Jun 16 11:58:10 2009 +0000 |
tree | d2fccbf1ffbb5b55d1c5f58cb0412352afec930f | |
parent | 5d89d56c4aec7488b3061a823d43d554df42c537 [diff] [blame] |
Update to felix-parent 1.2.0 and use EasyMock instead of JMock git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@785170 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/karaf/tooling/features-maven-plugin/pom.xml b/karaf/tooling/features-maven-plugin/pom.xml index b78e43e..9e500b3 100644 --- a/karaf/tooling/features-maven-plugin/pom.xml +++ b/karaf/tooling/features-maven-plugin/pom.xml
@@ -48,9 +48,8 @@ <artifactId>maven-bundle-plugin</artifactId> </dependency> <dependency> - <groupId>org.jmock</groupId> - <artifactId>jmock</artifactId> - <version>2.5.0</version> + <groupId>org.easymock</groupId> + <artifactId>easymock</artifactId> <scope>test</scope> </dependency> </dependencies>