Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit 83fa50f

Browse files
author
deep-learning-dynamo
committed
tests were not running, added missing surefire plugin
1 parent 139ada7 commit 83fa50f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,12 @@
159159
<build>
160160
<plugins>
161161

162+
<plugin>
163+
<groupId>org.apache.maven.plugins</groupId>
164+
<artifactId>maven-surefire-plugin</artifactId>
165+
<version>3.1.2</version>
166+
</plugin>
167+
162168
<plugin>
163169
<groupId>org.sonatype.plugins</groupId>
164170
<artifactId>nexus-staging-maven-plugin</artifactId>

0 commit comments

Comments
 (0)