Skip to content

Commit

Permalink
Upgrade karate 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nardil committed Jul 25, 2019
1 parent c03bfc7 commit 877e1d6
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions integration-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<maven.compiler.version>3.6.0</maven.compiler.version>
<karate.version>0.9.2</karate.version>
<karate.version>0.9.4</karate.version>
<spring.version>4.3.8.RELEASE</spring.version>
<spring.boot.version>1.5.16.RELEASE</spring.boot.version>
</properties>
Expand All @@ -32,13 +32,6 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.intuit.karate</groupId>
<artifactId>karate-netty</artifactId>
<version>${karate.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
Expand Down

0 comments on commit 877e1d6

Please sign in to comment.