Skip to content

Commit

Permalink
#138 - Update Maven dependencies as far as possible
Browse files Browse the repository at this point in the history
remove unneeded dependencies
  • Loading branch information
Marcel Pfotenhauer committed Oct 27, 2020
1 parent 881dc9a commit 5039ab5
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -233,11 +233,6 @@
<artifactId>cucumber-java</artifactId>
<version>${cucumber.version}</version>
</dependency>
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-java8</artifactId>
<version>${cucumber.version}</version>
</dependency>
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-picocontainer</artifactId>
Expand All @@ -253,11 +248,6 @@
<artifactId>allure-junit4</artifactId>
<version>${allure.version}</version>
</dependency>
<dependency>
<groupId>io.qameta.allure</groupId>
<artifactId>allure-cucumber5-jvm</artifactId>
<version>${allure.version}</version>
</dependency>
<dependency>
<groupId>io.qameta.allure</groupId>
<artifactId>allure-cucumber6-jvm</artifactId>
Expand Down

0 comments on commit 5039ab5

Please sign in to comment.