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