Skip to content

Commit 17ed658

Browse files
committed
upgrade parent pom from 7 to 8
1 parent 2849147 commit 17ed658

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

pom.xml

+7-6
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
<parent>
2323
<groupId>org.codehaus.plexus</groupId>
2424
<artifactId>plexus</artifactId>
25-
<version>7</version>
25+
<version>8</version>
2626
</parent>
2727

2828
<artifactId>plexus-utils</artifactId>
@@ -73,6 +73,12 @@ limitations under the License.
7373
<version>1.29</version>
7474
<scope>test</scope>
7575
</dependency>
76+
<dependency>
77+
<groupId>junit</groupId>
78+
<artifactId>junit</artifactId>
79+
<version>4.13.1</version>
80+
<scope>test</scope>
81+
</dependency>
7682
</dependencies>
7783

7884
<build>
@@ -88,11 +94,6 @@ limitations under the License.
8894
-->
8995
<version>2.7</version>
9096
</plugin>
91-
<plugin>
92-
<groupId>org.apache.maven.plugins</groupId>
93-
<artifactId>maven-javadoc-plugin</artifactId>
94-
<version>3.2.0</version>
95-
</plugin>
9697
</plugins>
9798
</pluginManagement>
9899
<plugins>

0 commit comments

Comments
 (0)