File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments