Skip to content

Commit

Permalink
fixes #14 Upgrade to Undertow 1.4.18.Final and remove JsonPath from p…
Browse files Browse the repository at this point in the history
…om.xml
  • Loading branch information
stevehu committed Aug 10, 2017
1 parent 534d47b commit 6eba82c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 19 deletions.
8 changes: 1 addition & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@
<version.logback>1.2.3</version.logback>
<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.undertow>1.4.18.Final</version.undertow>
<version.httpclient>4.5.2</version.httpclient>
<version.httpasyncclient>4.1.2</version.httpasyncclient>
<version.swagger>1.0.28</version.swagger>
Expand Down Expand Up @@ -312,11 +311,6 @@
<artifactId>metrics-influx</artifactId>
<version>${version.metrics}</version>
</dependency>
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
<version>${version.jsonpath}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
Expand Down
4 changes: 0 additions & 4 deletions swagger-meta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,6 @@
<groupId>org.owasp.encoder</groupId>
<artifactId>encoder</artifactId>
</dependency>
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
Expand Down
4 changes: 0 additions & 4 deletions swagger-security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,6 @@
<groupId>org.owasp.encoder</groupId>
<artifactId>encoder</artifactId>
</dependency>
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
Expand Down
4 changes: 0 additions & 4 deletions swagger-validator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,6 @@
<groupId>org.owasp.encoder</groupId>
<artifactId>encoder</artifactId>
</dependency>
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
Expand Down

0 comments on commit 6eba82c

Please sign in to comment.