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

post call updates

parent 02f8f5ef
...@@ -100,6 +100,28 @@ ...@@ -100,6 +100,28 @@
<artifactId>json-schema-core</artifactId> <artifactId>json-schema-core</artifactId>
<version>1.2.5</version> <version>1.2.5</version>
</dependency> </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> </dependencies>
<build> <build>
<plugins> <plugins>
......
{ {
"name":"testfrtysio", "name":"Test Post call 636",
"salary":"23000", "salary":"23000",
"age":"29" "age":"29"
} }
\ No newline at end of file
{ {
"name":"testne1", "name":"testne1",
"salary":23, "salary":"",
"age":"23" "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