Skip to content

Commit

Permalink
Merge pull request #3 from eficode/0.2
Browse files Browse the repository at this point in the history
0.3 - Slimmed down dependencies
  • Loading branch information
farthinder authored May 20, 2024
2 parents cf477c9 + 61d7c17 commit 8c3bb7c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.eficode.atlassian</groupId>
<artifactId>remotespock</artifactId>
<version>0.2</version>
<version>0.3</version>


<properties>
Expand Down Expand Up @@ -69,30 +69,31 @@
<groupId>com.eficode</groupId>
<artifactId>devstack</artifactId>
<version>${devstack.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<version>1.10.2</version>
<scope>compile</scope>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-reporting</artifactId>
<version>1.10.2</version>
<scope>compile</scope>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-testkit</artifactId>
<version>1.10.2</version>
<scope>compile</scope>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.qameta.allure</groupId>
<artifactId>allure-junit5</artifactId>
<scope>compile</scope>
<scope>provided</scope>
</dependency>

<!-- INSIGHT API -->
Expand Down

0 comments on commit 8c3bb7c

Please sign in to comment.