Skip to content

Commit 2e03665

Browse files
committed
Use junit from lighty core
There is no need to set the version since we are getting it already from lighty core. JIRA: LIGHTY-368 Signed-off-by: tobias.pobocik <tobias.pobocik@pantheon.tech>
1 parent 26d52c8 commit 2e03665

File tree

1 file changed

+0
-10
lines changed
  • examples/parents/examples-bom

1 file changed

+0
-10
lines changed

examples/parents/examples-bom/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,6 @@
6464
<version>23.0.0-SNAPSHOT</version>
6565
</dependency>
6666

67-
<dependency>
68-
<groupId>org.junit.jupiter</groupId>
69-
<artifactId>junit-jupiter-api</artifactId>
70-
<version>5.11.2</version>
71-
</dependency>
72-
<dependency>
73-
<groupId>org.junit.jupiter</groupId>
74-
<artifactId>junit-jupiter-engine</artifactId>
75-
<version>5.11.2</version>
76-
</dependency>
7767
<dependency>
7868
<groupId>org.xmlunit</groupId>
7969
<artifactId>xmlunit-core</artifactId>

0 commit comments

Comments
 (0)