Procházet zdrojové kódy

Upgrade bouncycastle

pull/66/merge
Simon Steiner před 1 měsícem
rodič
revize
ac126625d6
2 změnil soubory, kde provedl 2 přidání a 3 odebrání
  1. 2
    2
      fop-core/pom.xml
  2. 0
    1
      fop/build.xml

+ 2
- 2
fop-core/pom.xml Zobrazit soubor

@@ -114,13 +114,13 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15to18</artifactId>
<version>1.77</version>
<version>1.78.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15to18</artifactId>
<version>1.77</version>
<version>1.78.1</version>
<scope>provided</scope>
</dependency>
<dependency>

+ 0
- 1
fop/build.xml Zobrazit soubor

@@ -490,7 +490,6 @@ list of possible build targets.
<exclude name="zxing*.jar"/>
<exclude name="avalon*.jar"/>
<exclude name="barcode4j*.jar"/>
<exclude name="bcprov*.jar"/>
<exclude name="fop-pdf-images*.jar"/>
<exclude name="jai_imageio*.jar"/>
<exclude name="levigo*.jar"/>

Načítá se…
Zrušit
Uložit