Skip to content

Commit 6f7c8ab

Browse files
committed
Switch to plexus parent pom 14
1 parent 512f188 commit 6f7c8ab

File tree

1 file changed

+18
-24
lines changed

1 file changed

+18
-24
lines changed

pom.xml

Lines changed: 18 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44

55
<parent>
66
<groupId>org.codehaus.plexus</groupId>
7-
<artifactId>plexus-components</artifactId>
8-
<version>14.2</version>
7+
<artifactId>plexus</artifactId>
8+
<version>14</version>
9+
<relativePath />
910
</parent>
1011

1112
<artifactId>plexus-resources</artifactId>
@@ -36,11 +37,25 @@
3637
<mockito.version>4.11.0</mockito.version>
3738
</properties>
3839

40+
<dependencyManagement>
41+
<dependencies>
42+
<dependency>
43+
<groupId>org.codehaus.plexus</groupId>
44+
<artifactId>plexus-utils</artifactId>
45+
<version>4.0.0</version>
46+
</dependency>
47+
</dependencies>
48+
</dependencyManagement>
3949
<dependencies>
4050
<dependency>
4151
<groupId>org.codehaus.plexus</groupId>
4252
<artifactId>plexus-utils</artifactId>
4353
</dependency>
54+
<dependency>
55+
<groupId>org.codehaus.plexus</groupId>
56+
<artifactId>plexus-xml</artifactId>
57+
<version>3.0.0</version>
58+
</dependency>
4459
<dependency>
4560
<groupId>javax.inject</groupId>
4661
<artifactId>javax.inject</artifactId>
@@ -55,8 +70,7 @@
5570
<!-- TEST -->
5671
<dependency>
5772
<groupId>org.junit.jupiter</groupId>
58-
<artifactId>junit-jupiter</artifactId>
59-
<version>5.10.1</version>
73+
<artifactId>junit-jupiter-api</artifactId>
6074
<scope>test</scope>
6175
</dependency>
6276
<dependency>
@@ -115,27 +129,7 @@
115129
<plugin>
116130
<groupId>org.eclipse.sisu</groupId>
117131
<artifactId>sisu-maven-plugin</artifactId>
118-
<version>0.3.5</version>
119-
<executions>
120-
<execution>
121-
<goals>
122-
<goal>main-index</goal>
123-
<goal>test-index</goal>
124-
</goals>
125-
</execution>
126-
</executions>
127132
</plugin>
128133
</plugins>
129134
</build>
130-
131-
<reporting>
132-
<plugins>
133-
<plugin>
134-
<groupId>org.codehaus.mojo</groupId>
135-
<artifactId>findbugs-maven-plugin</artifactId>
136-
<version>3.0.5</version>
137-
</plugin>
138-
</plugins>
139-
</reporting>
140-
141135
</project>

0 commit comments

Comments
 (0)