You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by co...@apache.org on 2011/03/17 13:32:48 UTC

svn commit: r1082459 - /incubator/stanbol/trunk/kres/rules/refactor/pom.xml

Author: concelvio
Date: Thu Mar 17 12:32:48 2011
New Revision: 1082459

URL: http://svn.apache.org/viewvc?rev=1082459&view=rev
Log:
STANBOL-39:
1 ) Added repository http://stlab.istc.cnr.it/software/maven/repo to pom.xml

Modified:
    incubator/stanbol/trunk/kres/rules/refactor/pom.xml

Modified: incubator/stanbol/trunk/kres/rules/refactor/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/rules/refactor/pom.xml?rev=1082459&r1=1082458&r2=1082459&view=diff
==============================================================================
--- incubator/stanbol/trunk/kres/rules/refactor/pom.xml (original)
+++ incubator/stanbol/trunk/kres/rules/refactor/pom.xml Thu Mar 17 12:32:48 2011
@@ -161,6 +161,11 @@
 
 	</dependencies>
 
-	<repositories />
+	<repositories>
+                <repository>
+                    <id>stlab-cnr-repo</id>
+                    <url>http://stlab.istc.cnr.it/software/maven/repo</url>
+                </repository>
+        </repositories>
 
 </project>