Skip to content

Commit

Permalink
fix test execution
Browse files Browse the repository at this point in the history
  • Loading branch information
Strohgelaender committed Aug 8, 2023
1 parent 3b526bc commit faac2b4
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions artemis-java-template/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -218,11 +218,6 @@
<artifactId>maven-resources-plugin</artifactId>
<version>3.3.1</version>
</dependency>
<dependency>
<groupId>com.teamscale</groupId>
<artifactId>impacted-test-engine</artifactId>
<version>30.1.1</version>
</dependency>
</dependencies>
<build>
<sourceDirectory>${project.basedir}/assignment/src</sourceDirectory>
Expand Down Expand Up @@ -443,6 +438,14 @@
<profiles>
<profile>
<id>coverage</id>
<dependencies>
<dependency>
<groupId>com.teamscale</groupId>
<artifactId>impacted-test-engine</artifactId>
<version>30.1.1</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
Expand Down

0 comments on commit faac2b4

Please sign in to comment.