You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by gn...@apache.org on 2016/07/29 13:46:29 UTC

svn commit: r1754526 - /felix/trunk/framework/pom.xml

Author: gnodet
Date: Fri Jul 29 13:46:28 2016
New Revision: 1754526

URL: http://svn.apache.org/viewvc?rev=1754526&view=rev
Log:
[FELIX-5085] Add missing easymock test dependency

Modified:
    felix/trunk/framework/pom.xml

Modified: felix/trunk/framework/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/framework/pom.xml?rev=1754526&r1=1754525&r2=1754526&view=diff
==============================================================================
--- felix/trunk/framework/pom.xml (original)
+++ felix/trunk/framework/pom.xml Fri Jul 29 13:46:28 2016
@@ -136,5 +136,11 @@
         <version>4.2</version>
         <scope>test</scope>
     </dependency>
+    <dependency>
+        <groupId>org.easymock</groupId>
+        <artifactId>easymock</artifactId>
+        <version>2.5.2</version>
+        <scope>test</scope>
+    </dependency>
   </dependencies>
 </project>