diff options
Diffstat (limited to 'fop-core/pom.xml')
-rw-r--r-- | fop-core/pom.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/fop-core/pom.xml b/fop-core/pom.xml index bc2c56781..d1e1a2f65 100644 --- a/fop-core/pom.xml +++ b/fop-core/pom.xml @@ -112,6 +112,18 @@ <scope>provided</scope> </dependency> <dependency> + <groupId>org.bouncycastle</groupId> + <artifactId>bcpkix-jdk15to18</artifactId> + <version>1.77</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.bouncycastle</groupId> + <artifactId>bcprov-jdk15to18</artifactId> + <version>1.77</version> + <scope>provided</scope> + </dependency> + <dependency> <groupId>com.sun.media</groupId> <artifactId>jai-codec</artifactId> <version>1.1.3</version> |