Skip to content

Commit

Permalink
try use classifier all for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrthomas committed Jun 26, 2023
1 parent 26c0be5 commit 895c940
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions karate-e2e-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,14 @@
<groupId>com.intuit.karate</groupId>
<artifactId>karate-core</artifactId>
<version>${project.version}</version>
<scope>test</scope>
<classifier>all</classifier>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>${junit5.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down

0 comments on commit 895c940

Please sign in to comment.