|
|
@@ -35,6 +35,7 @@
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
|
+ <optional>true</optional>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
@@ -92,6 +93,12 @@
|
|
|
<dependency>
|
|
|
<groupId>dom4j</groupId>
|
|
|
<artifactId>dom4j</artifactId>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>xml-apis</groupId>
|
|
|
+ <artifactId>xml-apis</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
@@ -147,6 +154,12 @@
|
|
|
<groupId>com.artofsolving</groupId>
|
|
|
<artifactId>jodconverter</artifactId>
|
|
|
<version>2.2.1</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>javax.servlet</groupId>
|
|
|
+ <artifactId>servlet-api</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
</dependency>
|
|
|
|
|
|
<!--生成二维码 -->
|