Yeah, this has been an outstanding to do on my list for a while.  We
should add BC to the Ant build dependency download when the build
security option is enabled and add it to the Maven build.  The one
question is whether we can actually ship it in the zip, but that's
something we can work out when we're ready to ship 0.2.0

- James

Ugo Cei wrote:
> Is there a reason why the BouncyCastle JCE Provider is required to run
> tests but it is not included in the POM?
> 
> I was able to make tests in security succeed by adding the following to
> pom.xml:
> 
>     <dependency>
>       <groupId>bouncycastle</groupId>
>       <artifactId>bcprov-jdk15</artifactId>
>       <version>124</version>
>     </dependency>
> 
> Any reason not to?
> 
>     Ugo
> 
> 
> --Ugo Cei
> Blog: http://agylen.com/
> Open Source Zone: http://oszone.org/
> Evil or Not?: http://evilornot.info/
> Company: http://www.sourcesense.com/
> 
> 
> 

Reply via email to