Author: bblfish
Date: Thu May 12 08:24:17 2011
New Revision: 1102201
URL: http://svn.apache.org/viewvc?rev=1102201&view=rev
Log:
removed unused code for CLEREZZA-479 - WebID Test suite. This code creates
dependencies that make installation more difficult. Until the code is finished
and working, which it may not be for a month, there is no need to have the
issues that come with it in the repository
Removed:
incubator/clerezza/trunk/parent/platform.security.foafssl/test/src/main/scala/org/apache/clerezza/foafssl/test/pages/X509TestPg.scala
Modified:
incubator/clerezza/trunk/parent/platform.security.foafssl/test/pom.xml
Modified: incubator/clerezza/trunk/parent/platform.security.foafssl/test/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.security.foafssl/test/pom.xml?rev=1102201&r1=1102200&r2=1102201&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.security.foafssl/test/pom.xml
(original)
+++ incubator/clerezza/trunk/parent/platform.security.foafssl/test/pom.xml Thu
May 12 08:24:17 2011
@@ -79,18 +79,7 @@
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
</dependency>
- <dependency>
- <!-- in the 1.46 release the packages have been moved around so
that one now needs both bcmail and bcpv-->
- <groupId>org.bouncycastle</groupId>
- <artifactId>bcprov-jdk16</artifactId>
- <version>1.46</version>
- </dependency>
- <dependency>
- <groupId>org.bouncycastle</groupId>
- <artifactId>bcmail-jdk16</artifactId>
- <version>1.46</version>
- </dependency>
- <dependency>
+ <dependency>
<groupId>org.wymiwyg</groupId>
<artifactId>jetty-osgi-httpservice</artifactId>
</dependency>