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>