Skip to content

Commit

Permalink
add jupiter dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
melazaar committed Dec 5, 2024
1 parent a7ae864 commit 207e219
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,11 @@
<artifactId>jsch</artifactId>
<version>0.1.55</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down Expand Up @@ -194,7 +199,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.12.4</version>
<version>3.0.0-M9</version>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 207e219

Please sign in to comment.