File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed
Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,6 @@ under the License.
125125 <dependency >
126126 <groupId >org.codehaus.plexus</groupId >
127127 <artifactId >plexus-testing</artifactId >
128- <version >2.1.0</version >
129128 <scope >test</scope >
130129 </dependency >
131130 </dependencies >
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ under the License.
168168 <dependency >
169169 <groupId >org.codehaus.plexus</groupId >
170170 <artifactId >plexus-testing</artifactId >
171- <version >2.1.0</ version >
171+ <scope >test</ scope >
172172 </dependency >
173173 </dependencies >
174174
Original file line number Diff line number Diff line change @@ -128,7 +128,6 @@ under the License.
128128 <dependency >
129129 <groupId >org.codehaus.plexus</groupId >
130130 <artifactId >plexus-testing</artifactId >
131- <version >2.1.0</version >
132131 <scope >test</scope >
133132 </dependency >
134133 </dependencies >
Original file line number Diff line number Diff line change @@ -501,6 +501,11 @@ under the License.
501501 <version >${hamcrestVersion} </version >
502502 <scope >test</scope >
503503 </dependency >
504+ <dependency >
505+ <groupId >org.codehaus.plexus</groupId >
506+ <artifactId >plexus-testing</artifactId >
507+ <version >2.1.0</version >
508+ </dependency >
504509 </dependencies >
505510 </dependencyManagement >
506511
You can’t perform that action at this time.
0 commit comments