You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by re...@apache.org on 2012/12/18 20:52:15 UTC

svn commit: r1423606 - in /stanbol/trunk/commons/security: authentication.basic/pom.xml usermanagement/pom.xml

Author: reto
Date: Tue Dec 18 19:52:14 2012
New Revision: 1423606

URL: http://svn.apache.org/viewvc?rev=1423606&view=rev
Log:
STANBOL-843 updated dependecy to new artifact name

Modified:
    stanbol/trunk/commons/security/authentication.basic/pom.xml
    stanbol/trunk/commons/security/usermanagement/pom.xml

Modified: stanbol/trunk/commons/security/authentication.basic/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/commons/security/authentication.basic/pom.xml?rev=1423606&r1=1423605&r2=1423606&view=diff
==============================================================================
--- stanbol/trunk/commons/security/authentication.basic/pom.xml (original)
+++ stanbol/trunk/commons/security/authentication.basic/pom.xml Tue Dec 18 19:52:14 2012
@@ -81,13 +81,9 @@
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core</artifactId>
 		</dependency>
-	<!-- <dependency>
-			<groupId>org.wymiwyg</groupId>
-			<artifactId>wymiwyg-commons-core</artifactId>
-		</dependency> -->	
 		<dependency>
 			<groupId>org.apache.stanbol</groupId>
-			<artifactId>org.apache.stanbol.commons.security</artifactId>
+			<artifactId>org.apache.stanbol.commons.security.core</artifactId>
 			<version>0.10.0-SNAPSHOT</version>
 		</dependency>
 	</dependencies>

Modified: stanbol/trunk/commons/security/usermanagement/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/commons/security/usermanagement/pom.xml?rev=1423606&r1=1423605&r2=1423606&view=diff
==============================================================================
--- stanbol/trunk/commons/security/usermanagement/pom.xml (original)
+++ stanbol/trunk/commons/security/usermanagement/pom.xml Tue Dec 18 19:52:14 2012
@@ -145,7 +145,7 @@
 
     <dependency>
       <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.commons.security</artifactId>
+      <artifactId>org.apache.stanbol.commons.security.core</artifactId>
       <version>0.10.0-SNAPSHOT</version>
       <type>bundle</type>
     </dependency>