Skip to content

Commit c7d6d21

Browse files
committed
Fix UT failure
1 parent 16768da commit c7d6d21

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@
844844
<jaxb-api.version>2.3.1</jaxb-api.version>
845845
<servlet.api.version>3.1.0</servlet.api.version>
846846
<wx.rs.api.version>2.1.1</wx.rs.api.version>
847-
<tomcat.jasper.version>9.0.84</tomcat.jasper.version>
847+
<tomcat.jasper.version>8.5.97</tomcat.jasper.version>
848848
<jruby.version>9.3.13.0</jruby.version>
849849
<junit.version>4.13.2</junit.version>
850850
<hamcrest.version>1.3</hamcrest.version>
@@ -1538,6 +1538,14 @@
15381538
<groupId>org.eclipse.jdt</groupId>
15391539
<artifactId>ecj</artifactId>
15401540
</exclusion>
1541+
<exclusion>
1542+
<groupId> org.apache.tomcat</groupId>
1543+
<artifactId>tomcat-servlet-api</artifactId>
1544+
</exclusion>
1545+
<exclusion>
1546+
<groupId> org.apache.tomcat</groupId>
1547+
<artifactId>tomcat-jsp-api</artifactId>
1548+
</exclusion>
15411549
</exclusions>
15421550
</dependency>
15431551
<dependency>

0 commit comments

Comments
 (0)