deason 6 years ago
parent
commit
2f97c608cd
1 changed files with 6 additions and 0 deletions
  1. 6 0
      examcloud-core-print-starter/pom.xml

+ 6 - 0
examcloud-core-print-starter/pom.xml

@@ -21,6 +21,12 @@
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-test</artifactId>
             <scope>test</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.ow2.asm</groupId>
+                    <artifactId>asm</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
     </dependencies>