You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by be...@apache.org on 2009/05/06 20:34:03 UTC

svn commit: r772398 - /incubator/shindig/trunk/java/samples/pom.xml

Author: beaton
Date: Wed May  6 18:34:02 2009
New Revision: 772398

URL: http://svn.apache.org/viewvc?rev=772398&view=rev
Log:
Fix samples build.

Modified:
    incubator/shindig/trunk/java/samples/pom.xml

Modified: incubator/shindig/trunk/java/samples/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/java/samples/pom.xml?rev=772398&r1=772397&r2=772398&view=diff
==============================================================================
--- incubator/shindig/trunk/java/samples/pom.xml (original)
+++ incubator/shindig/trunk/java/samples/pom.xml Wed May  6 18:34:02 2009
@@ -158,6 +158,11 @@
       <scope>test</scope>
     </dependency>
     <dependency>
+      <groupId>juel</groupId>
+      <artifactId>juel-api</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>org.apache.shindig</groupId>
       <artifactId>shindig-common</artifactId>
       <version>1.1-SNAPSHOT</version>