Author: dharkness
Date: Thu Jan 10 16:40:02 2008
New Revision: 611000

URL: http://svn.apache.org/viewvc?rev=611000&view=rev
Log:
Added repository (code.google.com) and dependency for Caja.

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

Modified: incubator/shindig/trunk/java/gadgets/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/java/gadgets/pom.xml?rev=611000&r1=610999&r2=611000&view=diff
==============================================================================
--- incubator/shindig/trunk/java/gadgets/pom.xml (original)
+++ incubator/shindig/trunk/java/gadgets/pom.xml Thu Jan 10 16:40:02 2008
@@ -1,4 +1,5 @@
-<?xml version="1.0" encoding="UTF-8"?><project>
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.shindig</groupId>
   <artifactId>gadgets</artifactId>
@@ -38,6 +39,12 @@
       </resource>
     </resources>
   </build>
+  <repositories>
+    <repository>
+      <id>google-caja</id>
+      <url>http://google-caja.googlecode.com/svn/maven</url>
+    </repository>
+  </repositories>
   <dependencies>
     <dependency>
       <groupId>org.json</groupId>
@@ -55,6 +62,12 @@
       <groupId>org.hamcrest</groupId>
       <artifactId>hamcrest-all</artifactId>
       <version>1.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>caja</groupId>
+      <artifactId>caja</artifactId>
+      <version>r339</version>
       <scope>compile</scope>
     </dependency>
     <dependency>


Reply via email to