You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by re...@apache.org on 2010/06/22 17:27:13 UTC

svn commit: r956920 - /incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.platform.security.foafssl/core/pom.xml

Author: reto
Date: Tue Jun 22 15:27:13 2010
New Revision: 956920

URL: http://svn.apache.org/viewvc?rev=956920&view=rev
Log:
removed org.sepcs dependency unnedded and not in maven central

Modified:
    incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.platform.security.foafssl/core/pom.xml

Modified: incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.platform.security.foafssl/core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.platform.security.foafssl/core/pom.xml?rev=956920&r1=956919&r2=956920&view=diff
==============================================================================
--- incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.platform.security.foafssl/core/pom.xml (original)
+++ incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.platform.security.foafssl/core/pom.xml Tue Jun 22 15:27:13 2010
@@ -61,12 +61,6 @@
 			<artifactId>junit</artifactId>
 			<scope>test</scope>
 		</dependency>
-		<dependency>
-			<groupId>org.specs</groupId>
-			<artifactId>specs</artifactId>
-			<version>1.2.5</version>
-			<scope>test</scope>
-		</dependency>
 	</dependencies>
 
 	<build>