403998: Upgrade to recent mocking and verification tools and refactor test cases accordingly (https://bugs.eclipse.org/bugs/show_bug.cgi?id=403998)
diff --git a/pom.xml b/pom.xml
index 2656b98..6455f40 100644
--- a/pom.xml
+++ b/pom.xml
@@ -312,6 +312,12 @@
             <version>4.2.0</version>
         </dependency>
 
+        <dependency>
+            <groupId>javax.inject</groupId>
+            <artifactId>javax.inject</artifactId>
+            <version>1</version>
+        </dependency>
+
         <!-- junit -->
         <dependency>
             <groupId>org.junit</groupId>
@@ -327,6 +333,20 @@
             <scope>test</scope>
         </dependency>
 
+        <dependency>
+            <groupId>org.mockito</groupId>
+            <artifactId>mockito-all</artifactId>
+            <version>1.9.5</version>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.easytesting</groupId>
+            <artifactId>fest-assert</artifactId>
+            <version>1.4</version>
+            <scope>test</scope>
+        </dependency>
+
         <!-- commons-logging in slf4j wrapper -->
         <dependency>
             <groupId>org.slf4j</groupId>