Skip to content

Commit c2382b1

Browse files
committed
HBX-3082: Remove unneeded dependency on JUnit Jupiter API from the module 'test'
Signed-off-by: Koen Aers <[email protected]>
1 parent 30750ad commit c2382b1

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

test/pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,6 @@
3737
<maven.deploy.skip>true</maven.deploy.skip>
3838
<maven.install.skip>true</maven.install.skip>
3939
</properties>
40-
<dependencies>
41-
<dependency>
42-
<groupId>org.junit.jupiter</groupId>
43-
<artifactId>junit-jupiter-api</artifactId>
44-
<version>${junit-jupiter.version}</version>
45-
<scope>compile</scope>
46-
</dependency>
47-
</dependencies>
4840

4941
<profiles>
5042
<profile>

0 commit comments

Comments
 (0)