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 Oct 9, 2023
1 parent 647b0ac commit da914d8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,12 @@
<version>2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-crypto</artifactId>
<version>5.7.10</version>
<scope>compile</scope>
</dependency>
</dependencies>

<dependencyManagement>
Expand Down

0 comments on commit da914d8

Please sign in to comment.