Skip to content

Commit ebf1961

Browse files
pibizzargdoliveira
authored andcommitted
[incubator-kie-drools-6136] Migrate drools test coverage to JUnit5 - #7 (apache#6175)
* More tests migrated * Migrated tests to Junit5 * Migrated drools-core * Migrated alphanetwork compiler
1 parent a27fb09 commit ebf1961

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+328
-323
lines changed

drools-alphanetwork-compiler/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@
8282
<scope>test</scope>
8383
</dependency>
8484
<dependency>
85-
<groupId>org.kie</groupId>
86-
<artifactId>kie-test-util</artifactId>
85+
<groupId>org.junit.jupiter</groupId>
86+
<artifactId>junit-jupiter</artifactId>
8787
<scope>test</scope>
88-
</dependency>
88+
</dependency>
8989
<dependency>
9090
<groupId>org.assertj</groupId>
9191
<artifactId>assertj-core</artifactId>

0 commit comments

Comments
 (0)