Skip to content

Commit 8420218

Browse files
authored
Remove unused dependencies (jenkinsci#489)
1 parent 20e33e9 commit 8420218

File tree

1 file changed

+6
-22
lines changed

1 file changed

+6
-22
lines changed

pom.xml

+6-22
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,6 @@
109109
<artifactId>plexus-archiver</artifactId>
110110
<version>4.7.1</version>
111111
</dependency>
112-
<dependency>
113-
<groupId>org.codehaus.plexus</groupId>
114-
<artifactId>plexus-container-default</artifactId>
115-
<version>${plexus-containers.version}</version>
116-
</dependency>
117112
<dependency>
118113
<groupId>org.codehaus.plexus</groupId>
119114
<artifactId>plexus-io</artifactId>
@@ -179,18 +174,6 @@
179174
<artifactId>maven-archiver</artifactId>
180175
<version>3.6.0</version>
181176
</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>
194177
<dependency>
195178
<groupId>org.apache.maven.shared</groupId>
196179
<artifactId>maven-artifact-transfer</artifactId>
@@ -211,11 +194,6 @@
211194
<artifactId>plexus-component-annotations</artifactId>
212195
<version>${plexus-containers.version}</version>
213196
</dependency>
214-
<dependency>
215-
<groupId>org.codehaus.plexus</groupId>
216-
<artifactId>plexus-interactivity-api</artifactId>
217-
<version>1.1</version>
218-
</dependency>
219197
<dependency>
220198
<groupId>org.codehaus.plexus</groupId>
221199
<artifactId>plexus-utils</artifactId>
@@ -310,6 +288,12 @@
310288
<!-- annotations are not needed for plugin execution, so exclude using provided scope -->
311289
<scope>provided</scope>
312290
</dependency>
291+
<dependency>
292+
<groupId>junit</groupId>
293+
<artifactId>junit</artifactId>
294+
<version>4.13.2</version>
295+
<scope>test</scope>
296+
</dependency>
313297
</dependencies>
314298

315299
<repositories>

0 commit comments

Comments
 (0)