Skip to content

Commit

Permalink
Remove test scope from cucumber-java. Closes #49.
Browse files Browse the repository at this point in the history
  • Loading branch information
ham1 committed Oct 22, 2016
1 parent 0b54db2 commit 8690d41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@
<groupId>info.cukes</groupId>
<artifactId>cucumber-java</artifactId>
<version>1.2.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>info.cukes</groupId>
Expand Down

2 comments on commit 8690d41

@robertgates55
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is cucumber in the core pom, again?!

(it might be that for frameworkium-bdd stuff to work it needs to be in there, but I can't think (immediately) why!)

@robertgates55
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Of course - for the LISTENER.

Please sign in to comment.