Package: libitext-java
Version: 2.1.7-8
Severity: important

The pom file added to libitext-java/2.1.7-8 contains incorrect dependencies on 
the bouncycastle artifacts and breaks packages depending on it with Maven:

  <dependency>
    <groupId>bouncycastle</groupId>
    <artifactId>bcmail-bc.jdk</artifactId>
    <version>debian</version>
  </dependency>
  <dependency>
    <groupId>bouncycastle</groupId>
    <artifactId>bcprov-bc.jdk</artifactId>
    <version>debian</version>
  </dependency>
  <dependency>
    <groupId>bouncycastle</groupId>
    <artifactId>bctsp-bc.jdk</artifactId>
    <version>debian</version>
  </dependency>

They should be changed as follow:

bouncycastle:bcmail-bc.jdk -> org.bouncycastle:bcmail
bouncycastle:bcprov-bc.jdk -> org.bouncycastle:bcprov
bouncycastle:bctsp-bc.jdk  -> org.bouncycastle:bcpkix

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Reply via email to