Fix broken build of inject-guice-testutils
authorMichael Vorburger <vorburger@redhat.com>
Thu, 17 Nov 2016 16:12:48 +0000 (17:12 +0100)
committerMichael Vorburger <vorburger@redhat.com>
Thu, 17 Nov 2016 16:12:48 +0000 (17:12 +0100)
see https://git.opendaylight.org/gerrit/#/c/48442/ for full background.

Change-Id: I2d5527366795c0ad2e9de8d6dd17143537777088
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
inject-guice-testutils/pom.xml

index 5f8e31e28466460dc9737357c8e537ebdae79de5..1efe7d39255881acab6f9593317f71847b2ec0eb 100644 (file)
       <artifactId>mycila-guice-jsr250</artifactId>
       <scope>compile</scope>
     </dependency>
+    <dependency>
+      <groupId>com.google.inject</groupId>
+      <artifactId>guice</artifactId>
+      <scope>compile</scope>
+    </dependency>
     <dependency>
         <groupId>com.google.truth</groupId>
         <artifactId>truth</artifactId>