fix: Post data using Hashmap

This commit is contained in:
2024-10-08 23:49:13 -04:00
parent 279c27afcd
commit 2902314765
6 changed files with 271 additions and 13 deletions
+13
View File
@@ -10,7 +10,10 @@
<name>restAssured</name>
<url>http://maven.apache.org</url>
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
@@ -131,4 +134,14 @@
<version>5.5.0</version>
</dependency>
</dependencies>
<build>
<plugins>
<!-- Surefire Plugin to run tests -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M5</version>
</plugin>
</plugins>
</build>
</project>