Intro. @Inject @Singleton etc. in some helper services, for testability
[genius.git] / lockmanager / lockmanager-impl / pom.xml
index abdbbce62341878bc7ca8fd8f70161ce4c213743..f6cf70ff4acda71224b8ab07ed9ef9db0760b735 100644 (file)
@@ -27,6 +27,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <artifactId>lockmanager-api</artifactId>
       <version>${project.version}</version>
     </dependency>
+    <dependency>
+      <groupId>javax.inject</groupId>
+      <artifactId>javax.inject</artifactId>
+    </dependency>
 
     <!-- Testing Dependencies -->
     <dependency>