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


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to