You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by li...@apache.org on 2010/06/02 01:34:22 UTC

svn commit: r950307 - /shindig/trunk/java/server/pom.xml

Author: lindner
Date: Tue Jun  1 23:34:21 2010
New Revision: 950307

URL: http://svn.apache.org/viewvc?rev=950307&view=rev
Log:
add direct dep

Modified:
    shindig/trunk/java/server/pom.xml

Modified: shindig/trunk/java/server/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/java/server/pom.xml?rev=950307&r1=950306&r2=950307&view=diff
==============================================================================
--- shindig/trunk/java/server/pom.xml (original)
+++ shindig/trunk/java/server/pom.xml Tue Jun  1 23:34:21 2010
@@ -146,6 +146,10 @@
       <artifactId>guice</artifactId>
     </dependency>
     <dependency>
+      <groupId>com.google.inject.extensions</groupId>
+      <artifactId>guice-multibindings</artifactId>
+    </dependency>
+    <dependency>
       <groupId>xml-apis</groupId>
       <artifactId>xml-apis</artifactId>
     </dependency>