63. Test Brute force attack (#6)

This commit is contained in:
Art
2021-09-08 16:15:38 +03:00
parent f65fe530e5
commit 4fbf0712e2
2 changed files with 68 additions and 0 deletions

View File

@ -84,6 +84,13 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.13</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>