Skip to content

Commit ce26004

Browse files
committed
After latest changes in POM I was not able run tests, had same problem as discussed here: https://stackoverflow.com/questions/57040675/java-lang-noclassdeffounderror-org-junit-platform-commons-preconditionviolation
1 parent aae19d6 commit ce26004

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

pom.xml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -108,14 +108,8 @@
108108
<dependencies>
109109
<dependency>
110110
<groupId>org.junit.jupiter</groupId>
111-
<artifactId>junit-jupiter-api</artifactId>
112-
<version>5.3.1</version>
113-
<scope>test</scope>
114-
</dependency>
115-
<dependency>
116-
<groupId>org.junit.jupiter</groupId>
117-
<artifactId>junit-jupiter-engine</artifactId>
118-
<version>5.3.1</version>
111+
<artifactId>junit-jupiter</artifactId>
112+
<version>5.5.2</version>
119113
<scope>test</scope>
120114
</dependency>
121115
</dependencies>

0 commit comments

Comments
 (0)