You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by su...@apache.org on 2011/08/06 17:55:14 UTC

svn commit: r1154533 - /incubator/stanbol/trunk/cmsadapter/jcr/pom.xml

Author: suat
Date: Sat Aug  6 15:55:14 2011
New Revision: 1154533

URL: http://svn.apache.org/viewvc?rev=1154533&view=rev
Log:
Missing committed file for the previous commit

Modified:
    incubator/stanbol/trunk/cmsadapter/jcr/pom.xml

Modified: incubator/stanbol/trunk/cmsadapter/jcr/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/cmsadapter/jcr/pom.xml?rev=1154533&r1=1154532&r2=1154533&view=diff
==============================================================================
--- incubator/stanbol/trunk/cmsadapter/jcr/pom.xml (original)
+++ incubator/stanbol/trunk/cmsadapter/jcr/pom.xml Sat Aug  6 15:55:14 2011
@@ -41,17 +41,22 @@
 		</plugins>
 	</build>
 	<dependencies>
+		<!-- CMS Adapter -->
 		<dependency>
 			<groupId>org.apache.stanbol</groupId>
 			<artifactId>org.apache.stanbol.cmsadapter.servicesapi</artifactId>
 		</dependency>
-		
+		<dependency>
+			<groupId>org.apache.stanbol</groupId>
+			<artifactId>org.apache.stanbol.cmsadapter.core</artifactId>
+		</dependency>
+
 		<!-- Need only for NamespaceEnum -->
 		<dependency>
 			<groupId>org.apache.stanbol</groupId>
 			<artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId>
 		</dependency>
-		
+
 		<dependency>
 			<groupId>org.apache.felix</groupId>
 			<artifactId>org.apache.felix.scr.annotations</artifactId>