Author: alexdma
Date: Mon Oct 10 13:27:32 2011
New Revision: 1180950

URL: http://svn.apache.org/viewvc?rev=1180950&view=rev
Log:
Re-adding clerezza rdf.core to reengineer/xml POM for compatibility with maven2 
(STANBOL-309)

Modified:
    incubator/stanbol/trunk/reengineer/xml/pom.xml

Modified: incubator/stanbol/trunk/reengineer/xml/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/reengineer/xml/pom.xml?rev=1180950&r1=1180949&r2=1180950&view=diff
==============================================================================
--- incubator/stanbol/trunk/reengineer/xml/pom.xml (original)
+++ incubator/stanbol/trunk/reengineer/xml/pom.xml Mon Oct 10 13:27:32 2011
@@ -116,9 +116,16 @@
                        <groupId>xerces</groupId>
                        <artifactId>xercesImpl</artifactId>
                </dependency>
+               
+               <!-- Persistence deps -->
+               <dependency> <!-- Required by maven2 -->
+                       <groupId>org.apache.clerezza</groupId>
+                       <artifactId>rdf.core</artifactId>
+                       <scope>compile</scope>
+               </dependency>
 
                <!-- Diagnostics deps -->
-               <dependency>
+               <dependency> <!-- Required by maven2 -->
                        <groupId>org.slf4j</groupId>
                        <artifactId>slf4j-api</artifactId>
                </dependency>


Reply via email to