Merge pull request #6646 from priyeshmashelkar/BAEL-1959-2

BAEL-1959 Classpath contains multiple bindings
This commit is contained in:
Eric Martin 2019-04-05 07:52:14 -05:00 committed by GitHub
commit 692930f5c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -481,6 +481,16 @@
<groupId>org.docx4j</groupId>
<artifactId>docx4j</artifactId>
<version>${docx4j.version}</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>