|
4 | 4 |
|
5 | 5 | <parent>
|
6 | 6 | <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 /> |
9 | 10 | </parent>
|
10 | 11 |
|
11 | 12 | <artifactId>plexus-resources</artifactId>
|
|
36 | 37 | <mockito.version>4.11.0</mockito.version>
|
37 | 38 | </properties>
|
38 | 39 |
|
| 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> |
39 | 49 | <dependencies>
|
40 | 50 | <dependency>
|
41 | 51 | <groupId>org.codehaus.plexus</groupId>
|
42 | 52 | <artifactId>plexus-utils</artifactId>
|
43 | 53 | </dependency>
|
| 54 | + <dependency> |
| 55 | + <groupId>org.codehaus.plexus</groupId> |
| 56 | + <artifactId>plexus-xml</artifactId> |
| 57 | + <version>3.0.0</version> |
| 58 | + </dependency> |
44 | 59 | <dependency>
|
45 | 60 | <groupId>javax.inject</groupId>
|
46 | 61 | <artifactId>javax.inject</artifactId>
|
|
55 | 70 | <!-- TEST -->
|
56 | 71 | <dependency>
|
57 | 72 | <groupId>org.junit.jupiter</groupId>
|
58 |
| - <artifactId>junit-jupiter</artifactId> |
59 |
| - <version>5.10.1</version> |
| 73 | + <artifactId>junit-jupiter-api</artifactId> |
60 | 74 | <scope>test</scope>
|
61 | 75 | </dependency>
|
62 | 76 | <dependency>
|
|
115 | 129 | <plugin>
|
116 | 130 | <groupId>org.eclipse.sisu</groupId>
|
117 | 131 | <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> |
127 | 132 | </plugin>
|
128 | 133 | </plugins>
|
129 | 134 | </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 |
| - |
141 | 135 | </project>
|
0 commit comments