day 7: Authentication and Authorization

This commit is contained in:
2024-10-15 03:15:51 -04:00
parent e93f401684
commit fc3dfdfd48
2 changed files with 12 additions and 4 deletions
-3
View File
@@ -6,11 +6,8 @@
<artifactId>restAssured</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>restAssured</name>
<url>http://maven.apache.org</url>
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>