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>