Commit 12994aa7 authored by Gowtham Mullapudi's avatar Gowtham Mullapudi

post call updates

parent 02f8f5ef
......@@ -100,6 +100,28 @@
<artifactId>json-schema-core</artifactId>
<version>1.2.5</version>
</dependency>
<dependency>
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.0</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.codehaus.jackson/jackson-mapper-asl -->
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
<version>1.5.0</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.fasterxml/jackson-xml-databind -->
<dependency>
<groupId>com.fasterxml</groupId>
<artifactId>jackson-xml-databind</artifactId>
<version>0.6.2</version>
</dependency>
</dependencies>
<build>
<plugins>
......
......@@ -50,4 +50,4 @@ public class Employee_post_steps {
}
}
}
\ No newline at end of file
{
"name":"testfrtysio",
"salary":"23000",
"age":"29"
"name":"Test Post call 636",
"salary":"23000",
"age":"29"
}
\ No newline at end of file
{
"name":"testne1",
"salary":23,
"salary":"",
"age":"23"
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment