Skip to content

Commit d4f0d2d

Browse files
committed
Cleanup after pom update
1 parent 014185b commit d4f0d2d

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

pom.xml

+1-11
Original file line numberDiff line numberDiff line change
@@ -62,22 +62,12 @@ limitations under the License.
6262
</dependency>
6363
<dependency>
6464
<groupId>org.junit.jupiter</groupId>
65-
<artifactId>junit-jupiter</artifactId>
66-
<version>5.10.0</version>
65+
<artifactId>junit-jupiter-api</artifactId>
6766
<scope>test</scope>
6867
</dependency>
6968
</dependencies>
7069

7170
<build>
72-
<pluginManagement>
73-
<plugins>
74-
<plugin>
75-
<groupId>org.apache.maven.plugins</groupId>
76-
<artifactId>maven-resources-plugin</artifactId>
77-
<version>3.3.1</version>
78-
</plugin>
79-
</plugins>
80-
</pluginManagement>
8171
<plugins>
8272
<plugin>
8373
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)