Skip to content

Commit

Permalink
fix security maven import
Browse files Browse the repository at this point in the history
Signed-off-by: kakawu <[email protected]>
  • Loading branch information
wgcitgkaka committed Nov 23, 2023
1 parent da914d8 commit 62c16d5
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,18 @@
<!-- <version>5.3.26</version>-->
<!-- <scope>compile</scope>-->
<!-- </dependency>-->

<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
<version>9.0.82</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>tomcat-annotations-api</artifactId>
<groupId>org.apache.tomcat</groupId>
</exclusion>
</exclusions>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 -->
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down

0 comments on commit 62c16d5

Please sign in to comment.