Skip to content

Commit

Permalink
fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
volkotyk committed Jan 7, 2025
1 parent 5da5950 commit ba9cf39
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions cucumber-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>net.serenity-bdd</groupId>
<artifactId>serenity-ensure</artifactId>
<version>4.2.9</version>
<version>${serenity.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -66,16 +66,6 @@
<version>${serenity.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
<version>5.12.1</version>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna-platform</artifactId>
<version>5.12.1</version>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
Expand Down

0 comments on commit ba9cf39

Please sign in to comment.