You are viewing a plain text version of this content. The canonical link for it is here.
Posted to portalapps-dev@portals.apache.org by at...@apache.org on 2010/02/12 10:45:55 UTC

svn commit: r909313 - /portals/applications/webcontent/trunk/pom.xml

Author: ate
Date: Fri Feb 12 09:45:54 2010
New Revision: 909313

URL: http://svn.apache.org/viewvc?rev=909313&view=rev
Log:
Adding codehaus repository to be able to resolve castor 1.1.1 dependency

Modified:
    portals/applications/webcontent/trunk/pom.xml

Modified: portals/applications/webcontent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/portals/applications/webcontent/trunk/pom.xml?rev=909313&r1=909312&r2=909313&view=diff
==============================================================================
--- portals/applications/webcontent/trunk/pom.xml (original)
+++ portals/applications/webcontent/trunk/pom.xml Fri Feb 12 09:45:54 2010
@@ -36,6 +36,14 @@
 
   <!-- Application Modules -->
 
+  <repositories>
+    <repository>
+      <id>codehaus</id>
+      <name>Maven Codehaus repository</name>
+      <url>http://repository.codehaus.org/</url>
+    </repository>
+  </repositories>
+
   <modules>
     <module>webcontent-jar</module>
     <module>webcontent-war</module>