Skip to content

Commit 5ef71c1

Browse files
committed
pom tlc
1 parent a389d34 commit 5ef71c1

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

pom.xml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,18 @@
7676
<build>
7777
<pluginManagement>
7878
<plugins>
79+
<plugin>
80+
<groupId>org.apache.maven.plugins</groupId>
81+
<artifactId>maven-surefire-plugin</artifactId>
82+
<version>3.2.3</version>
83+
<dependencies>
84+
<dependency>
85+
<groupId>org.junit.jupiter</groupId>
86+
<artifactId>junit-jupiter-engine</artifactId>
87+
<version>5.9.1</version>
88+
</dependency>
89+
</dependencies>
90+
</plugin>
7991
<plugin>
8092
<groupId>org.jetbrains.dokka</groupId>
8193
<artifactId>dokka-maven-plugin</artifactId>
@@ -147,6 +159,10 @@
147159
</plugins>
148160
</pluginManagement>
149161
<plugins>
162+
<plugin>
163+
<groupId>org.apache.maven.plugins</groupId>
164+
<artifactId>maven-surefire-plugin</artifactId>
165+
</plugin>
150166
<plugin>
151167
<groupId>org.jetbrains.dokka</groupId>
152168
<artifactId>dokka-maven-plugin</artifactId>
@@ -437,4 +453,4 @@
437453
<artifactId>nimbus-jose-jwt</artifactId>
438454
</dependency>
439455
</dependencies>
440-
</project>
456+
</project>

0 commit comments

Comments
 (0)