Skip to content

Commit f92c669

Browse files
authored
Update dependencies (#207)
Changes: * dropped plexus-xml, we use p-u 3.5.1 and no need for p-x * maven-common-artifacts-filters 3.4.0 * junit 5.12.2
1 parent 339bbbd commit f92c669

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

org.eclipse.sisu.plexus/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,6 @@
7878
<groupId>org.codehaus.plexus</groupId>
7979
<artifactId>plexus-utils</artifactId>
8080
</dependency>
81-
<dependency>
82-
<groupId>org.codehaus.plexus</groupId>
83-
<artifactId>plexus-xml</artifactId>
84-
</dependency>
8581

8682
<dependency>
8783
<groupId>org.slf4j</groupId>

pom.xml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,6 @@
188188
<artifactId>plexus-utils</artifactId>
189189
<version>3.5.1</version>
190190
</dependency>
191-
<dependency>
192-
<groupId>org.codehaus.plexus</groupId>
193-
<artifactId>plexus-xml</artifactId>
194-
<!-- keep 3.x to be compatible with Maven 3 -->
195-
<version>3.0.0</version>
196-
</dependency>
197191

198192
<!--
199193
| Optional support dependencies
@@ -285,7 +279,7 @@
285279
<dependency>
286280
<groupId>org.apache.maven.shared</groupId>
287281
<artifactId>maven-common-artifact-filters</artifactId>
288-
<version>3.3.2</version>
282+
<version>3.4.0</version>
289283
</dependency>
290284

291285
<!--
@@ -294,7 +288,7 @@
294288
<dependency>
295289
<groupId>org.junit</groupId>
296290
<artifactId>junit-bom</artifactId>
297-
<version>5.10.2</version>
291+
<version>5.12.2</version>
298292
<type>pom</type>
299293
<scope>import</scope>
300294
</dependency>

0 commit comments

Comments
 (0)