You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by ds...@apache.org on 2012/02/20 17:47:41 UTC

svn commit: r1291357 - /incubator/clerezza/trunk/parent/rdf.cris/pom.xml

Author: dspicar
Date: Mon Feb 20 16:47:40 2012
New Revision: 1291357

URL: http://svn.apache.org/viewvc?rev=1291357&view=rev
Log:
CLEREZZA-688: removed unnecessary dependency management section.

Modified:
    incubator/clerezza/trunk/parent/rdf.cris/pom.xml

Modified: incubator/clerezza/trunk/parent/rdf.cris/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/rdf.cris/pom.xml?rev=1291357&r1=1291356&r2=1291357&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/rdf.cris/pom.xml (original)
+++ incubator/clerezza/trunk/parent/rdf.cris/pom.xml Mon Feb 20 16:47:40 2012
@@ -38,13 +38,4 @@
 		<module>ontologies</module>
 		<module>core</module>
 	</modules>
-	<dependencyManagement>
-		<dependencies>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>rdf.cris.ontologies</artifactId>
-				<version>0.2-incubating-SNAPSHOT</version>
-			</dependency>
-		</dependencies>
-	</dependencyManagement>
 </project>