Skip to content
Snippets Groups Projects
Commit 52e348fe authored by srosse's avatar srosse
Browse files

OO-3699: exclude depenedency to commons-logging

parent c37e867d
No related branches found
No related tags found
No related merge requests found
...@@ -1932,6 +1932,12 @@ ...@@ -1932,6 +1932,12 @@
<groupId>org.apache.pdfbox</groupId> <groupId>org.apache.pdfbox</groupId>
<artifactId>xmpbox</artifactId> <artifactId>xmpbox</artifactId>
<version>2.0.12</version> <version>2.0.12</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.bouncycastle</groupId> <groupId>org.bouncycastle</groupId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment