File tree 1 file changed +7
-6
lines changed
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.
22
22
<parent >
23
23
<groupId >org.codehaus.plexus</groupId >
24
24
<artifactId >plexus</artifactId >
25
- <version >7 </version >
25
+ <version >8 </version >
26
26
</parent >
27
27
28
28
<artifactId >plexus-utils</artifactId >
@@ -73,6 +73,12 @@ limitations under the License.
73
73
<version >1.29</version >
74
74
<scope >test</scope >
75
75
</dependency >
76
+ <dependency >
77
+ <groupId >junit</groupId >
78
+ <artifactId >junit</artifactId >
79
+ <version >4.13.1</version >
80
+ <scope >test</scope >
81
+ </dependency >
76
82
</dependencies >
77
83
78
84
<build >
@@ -88,11 +94,6 @@ limitations under the License.
88
94
-->
89
95
<version >2.7</version >
90
96
</plugin >
91
- <plugin >
92
- <groupId >org.apache.maven.plugins</groupId >
93
- <artifactId >maven-javadoc-plugin</artifactId >
94
- <version >3.2.0</version >
95
- </plugin >
96
97
</plugins >
97
98
</pluginManagement >
98
99
<plugins >
You can’t perform that action at this time.
0 commit comments