Move and remove unneccessary pom dependencies (#736)

This commit is contained in:
Nanne Baars
2019-12-24 16:14:36 +01:00
committed by René Zubcevic
parent 035c8662d4
commit 8088465652
3 changed files with 10 additions and 16 deletions

View File

@ -8,4 +8,12 @@
<artifactId>webgoat-lessons-parent</artifactId>
<version>v8.0.0-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
<groupId>com.nulab-inc</groupId>
<artifactId>zxcvbn</artifactId>
<version>1.2.5</version>
</dependency>
</dependencies>
</project>