diff --git a/pom.xml b/pom.xml index ea9b2bdb5333816c49ec899752f0c9437c8ce356..62a1fe0beac786c99a0f9c8edac6c2202544983c 100644 --- a/pom.xml +++ b/pom.xml @@ -1932,6 +1932,12 @@ <groupId>org.apache.pdfbox</groupId> <artifactId>xmpbox</artifactId> <version>2.0.12</version> + <exclusions> + <exclusion> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.bouncycastle</groupId>