File tree Expand file tree Collapse file tree 1 file changed +7
-32
lines changed Expand file tree Collapse file tree 1 file changed +7
-32
lines changed Original file line number Diff line number Diff line change 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 >15 </version >
9
9
</parent >
10
10
11
11
<artifactId >plexus-compiler</artifactId >
119
119
<artifactId >hamcrest</artifactId >
120
120
<version >2.2</version >
121
121
</dependency >
122
+ <dependency >
123
+ <groupId >org.codehaus.plexus</groupId >
124
+ <artifactId >plexus-utils</artifactId >
125
+ <version >4.0.0</version >
126
+ </dependency >
122
127
<dependency >
123
128
<groupId >org.codehaus.plexus</groupId >
124
129
<artifactId >plexus-xml</artifactId >
171
176
<topSiteURL >${scm.url} </topSiteURL >
172
177
</configuration >
173
178
</plugin >
174
- <plugin >
175
- <groupId >org.codehaus.plexus</groupId >
176
- <artifactId >plexus-component-metadata</artifactId >
177
- <executions >
178
- <execution >
179
- <id >process-classes</id >
180
- <phase >none</phase >
181
- </execution >
182
- <execution >
183
- <id >process-test-classes</id >
184
- <phase >none</phase >
185
- </execution >
186
- <execution >
187
- <id >default</id >
188
- <phase >none</phase >
189
- </execution >
190
- </executions >
191
- </plugin >
192
- <plugin >
193
- <groupId >com.diffplug.spotless</groupId >
194
- <artifactId >spotless-maven-plugin</artifactId >
195
- <version >2.38.0</version >
196
- <configuration >
197
- <java >
198
- <palantirJavaFormat >
199
- <version >2.38.0</version >
200
- </palantirJavaFormat >
201
- </java >
202
- </configuration >
203
- </plugin >
204
179
<plugin >
205
180
<groupId >org.apache.maven.plugins</groupId >
206
181
<artifactId >maven-enforcer-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments