Skip to content

Commit

Permalink
fixes #62 update light-rest-4j pom.xml template to remove jsonpath an…
Browse files Browse the repository at this point in the history
…d add json-schema-validator
  • Loading branch information
stevehu committed Jul 31, 2017
1 parent fb0ac86 commit dbc832e
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions light-rest-4j/src/main/resources/templates/rest/pom.xml.rocker.raw
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<version.junit>4.12</version.junit>
<version.mockito>2.7.21</version.mockito>
<version.undertow>1.4.11.Final</version.undertow>
<version.jsonpath>2.2.0</version.jsonpath>
<version.json-schema-validator>0.1.7</version.json-schema-validator>
<version.httpclient>4.5.2</version.httpclient>
<version.httpasyncclient>4.1.2</version.httpasyncclient>
<version.hazelcast>3.6.7</version.hazelcast>
Expand Down Expand Up @@ -166,7 +166,11 @@
<artifactId>server</artifactId>
<version>${version.light-4j}</version>
</dependency>

<dependency>
<groupId>com.networknt</groupId>
<artifactId>json-schema-validator</artifactId>
<version>${version.json-schema-validator}</version>
</dependency>
<dependency>
<groupId>com.networknt</groupId>
<artifactId>swagger-meta</artifactId>
Expand All @@ -183,17 +187,6 @@
<version>${version.light-rest-4j}</version>
</dependency>

<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
<version>${version.jsonpath}</version>
<exclusions>
<exclusion>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
Expand Down

0 comments on commit dbc832e

Please sign in to comment.