File tree 1 file changed +6
-22
lines changed
1 file changed +6
-22
lines changed Original file line number Diff line number Diff line change 109
109
<artifactId >plexus-archiver</artifactId >
110
110
<version >4.7.1</version >
111
111
</dependency >
112
- <dependency >
113
- <groupId >org.codehaus.plexus</groupId >
114
- <artifactId >plexus-container-default</artifactId >
115
- <version >${plexus-containers.version} </version >
116
- </dependency >
117
112
<dependency >
118
113
<groupId >org.codehaus.plexus</groupId >
119
114
<artifactId >plexus-io</artifactId >
179
174
<artifactId >maven-archiver</artifactId >
180
175
<version >3.6.0</version >
181
176
</dependency >
182
- <!-- for copy-dependency-plugins -->
183
- <dependency >
184
- <groupId >org.apache.maven.plugins</groupId >
185
- <artifactId >maven-dependency-plugin</artifactId >
186
- <version >3.5.0</version >
187
- <exclusions >
188
- <exclusion >
189
- <groupId >asm</groupId >
190
- <artifactId >asm</artifactId >
191
- </exclusion >
192
- </exclusions >
193
- </dependency >
194
177
<dependency >
195
178
<groupId >org.apache.maven.shared</groupId >
196
179
<artifactId >maven-artifact-transfer</artifactId >
211
194
<artifactId >plexus-component-annotations</artifactId >
212
195
<version >${plexus-containers.version} </version >
213
196
</dependency >
214
- <dependency >
215
- <groupId >org.codehaus.plexus</groupId >
216
- <artifactId >plexus-interactivity-api</artifactId >
217
- <version >1.1</version >
218
- </dependency >
219
197
<dependency >
220
198
<groupId >org.codehaus.plexus</groupId >
221
199
<artifactId >plexus-utils</artifactId >
310
288
<!-- annotations are not needed for plugin execution, so exclude using provided scope -->
311
289
<scope >provided</scope >
312
290
</dependency >
291
+ <dependency >
292
+ <groupId >junit</groupId >
293
+ <artifactId >junit</artifactId >
294
+ <version >4.13.2</version >
295
+ <scope >test</scope >
296
+ </dependency >
313
297
</dependencies >
314
298
315
299
<repositories >
You can’t perform that action at this time.
0 commit comments