Skip to content

Commit

Permalink
trying to fix test issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Oğuz Kurt committed Sep 28, 2024
1 parent ca38b9e commit 62a7b64
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,26 @@
</properties>

<dependencies>

<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.11.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.11.0</version>
<scope>test</scope>
</dependency>

</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.2</version>
<configuration>
<includes>
<include>**/*Test.java</include> <!-- Default: includes all classes that end with 'Test' -->
Expand Down

0 comments on commit 62a7b64

Please sign in to comment.