wangwei 5 ani în urmă
părinte
comite
40f74c8cb3
1 a modificat fișierele cu 14 adăugiri și 0 ștergeri
  1. 14 0
      examcloud-core-questions-base/pom.xml

+ 14 - 0
examcloud-core-questions-base/pom.xml

@@ -71,6 +71,20 @@
 			<groupId>org.docx4j</groupId>
 			<artifactId>docx4j-ImportXHTML</artifactId>
 			<version>3.3.6-1</version>
+			<exclusions>
+				<exclusion>
+					<groupId>org.slf4j</groupId>
+					<artifactId>slf4j-api</artifactId>
+				</exclusion>
+				<exclusion>
+					<groupId>org.slf4j</groupId>
+					<artifactId>slf4j-log4j12</artifactId>
+				</exclusion>
+				<exclusion>
+					<groupId>org.slf4j</groupId>
+					<artifactId>jcl-over-slf4j</artifactId>
+				</exclusion>
+			</exclusions>
 		</dependency>
 		<dependency>
 			<groupId>net.sourceforge.jeuclid</groupId>