Skip to content

Commit

Permalink
pom aangepast, nieuwe versies van cucumber deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentfree committed May 20, 2016
1 parent 23f1235 commit 5eb5164
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<dependency>
<groupId>info.cukes</groupId>
<artifactId>cucumber-junit</artifactId>
<version>1.2.2</version>
<version>1.2.4</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -31,13 +31,13 @@
<dependency>
<groupId>info.cukes</groupId>
<artifactId>cucumber-java8</artifactId>
<version>1.2.2</version>
<version>1.2.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>info.cukes</groupId>
<artifactId>cucumber-picocontainer</artifactId>
<version>1.2.2</version>
<version>1.2.4</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 5eb5164

Please sign in to comment.