|
1 | | -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 1 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 2 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
2 | 3 | <modelVersion>4.0.0</modelVersion> |
3 | 4 |
|
4 | 5 | <parent> |
|
21 | 22 | <url>https://github.com/jenkinsci/warnings-ng-plugin</url> |
22 | 23 |
|
23 | 24 | <properties> |
24 | | - <revision>8.10.2</revision> |
| 25 | + <revision>9.0.0</revision> |
25 | 26 | <changelist>-SNAPSHOT</changelist> |
26 | 27 |
|
27 | 28 | <module.name>${project.groupId}.warnings.ng</module.name> |
28 | 29 |
|
29 | | - <analysis-model-api.version>9.8.1</analysis-model-api.version> |
30 | | - <analysis-model-tests.version>9.8.1</analysis-model-tests.version> |
| 30 | + <analysis-model-api.version>10.0.0-rc412.b44250d40e97</analysis-model-api.version> |
| 31 | + <analysis-model-tests.version>10.0.0</analysis-model-tests.version> |
31 | 32 |
|
32 | 33 | <forensics-api-plugin.version>1.0.0</forensics-api-plugin.version> |
33 | 34 | <plugin-util-api.version>2.1.0</plugin-util-api.version> |
|
40 | 41 | <popper-api.version>1.16.1-2</popper-api.version> |
41 | 42 | <error_prone_annotations.version>2.6.0</error_prone_annotations.version> |
42 | 43 |
|
43 | | - <commons.digester3.version>3.2</commons.digester3.version> |
44 | | - |
45 | 44 | <eclipse-collections.version>9.2.0</eclipse-collections.version> |
46 | 45 | <j2html.version>1.4.0</j2html.version> |
47 | 46 |
|
48 | 47 | <json.version>20210307</json.version> |
49 | 48 |
|
50 | | - <pmd.version>6.32.0</pmd.version> |
51 | | - |
52 | 49 | <!-- Test Library Dependencies Versions --> |
53 | 50 | <xmlunit.version>2.8.2</xmlunit.version> |
54 | 51 | <jsoup.version>1.13.1</jsoup.version> |
|
122 | 119 | <artifactId>error_prone_annotations</artifactId> |
123 | 120 | <version>${error_prone_annotations.version}</version> |
124 | 121 | </dependency> |
| 122 | + <dependency> |
| 123 | + <groupId>com.google.code.gson</groupId> |
| 124 | + <artifactId>gson</artifactId> |
| 125 | + <version>2.8.6</version> |
| 126 | + </dependency> |
125 | 127 | </dependencies> |
126 | 128 | </dependencyManagement> |
127 | 129 |
|
|
138 | 140 | <artifactId>eclipse-collections</artifactId> |
139 | 141 | <version>${eclipse-collections.version}</version> |
140 | 142 | </dependency> |
141 | | - <dependency> |
142 | | - <groupId>org.apache.commons</groupId> |
143 | | - <artifactId>commons-digester3</artifactId> |
144 | | - <version>${commons.digester3.version}</version> |
145 | | - <exclusions> |
146 | | - <exclusion> |
147 | | - <artifactId>asm</artifactId> |
148 | | - <groupId>asm</groupId> |
149 | | - </exclusion> |
150 | | - </exclusions> |
151 | | - </dependency> |
152 | 143 | <dependency> |
153 | 144 | <groupId>com.j2html</groupId> |
154 | 145 | <artifactId>j2html</artifactId> |
|
165 | 156 | <version>${jsoup.version}</version> |
166 | 157 | </dependency> |
167 | 158 |
|
168 | | - <!-- PMD Messages --> |
169 | | - <dependency> |
170 | | - <groupId>net.sourceforge.pmd</groupId> |
171 | | - <artifactId>pmd-core</artifactId> |
172 | | - <version>${pmd.version}</version> |
173 | | - <exclusions> |
174 | | - <exclusion> |
175 | | - <groupId>com.ibm.icu</groupId> |
176 | | - <artifactId>icu4j</artifactId> |
177 | | - </exclusion> |
178 | | - <exclusion> |
179 | | - <groupId>net.sourceforge.saxon</groupId> |
180 | | - <artifactId>saxon</artifactId> |
181 | | - </exclusion> |
182 | | - <exclusion> |
183 | | - <groupId>org.ow2.asm</groupId> |
184 | | - <artifactId>asm</artifactId> |
185 | | - </exclusion> |
186 | | - <exclusion> |
187 | | - <groupId>commons-io</groupId> |
188 | | - <artifactId>commons-io</artifactId> |
189 | | - </exclusion> |
190 | | - <exclusion> |
191 | | - <groupId>org.apache.commons</groupId> |
192 | | - <artifactId>commons-lang3</artifactId> |
193 | | - </exclusion> |
194 | | - </exclusions> |
195 | | - </dependency> |
196 | | - <dependency> |
197 | | - <groupId>net.sourceforge.pmd</groupId> |
198 | | - <artifactId>pmd-java</artifactId> |
199 | | - <version>${pmd.version}</version> |
200 | | - <exclusions> |
201 | | - <exclusion> |
202 | | - <groupId>net.sourceforge.saxon</groupId> |
203 | | - <artifactId>saxon</artifactId> |
204 | | - </exclusion> |
205 | | - <exclusion> |
206 | | - <groupId>org.ow2.asm</groupId> |
207 | | - <artifactId>asm</artifactId> |
208 | | - </exclusion> |
209 | | - <exclusion> |
210 | | - <groupId>commons-io</groupId> |
211 | | - <artifactId>commons-io</artifactId> |
212 | | - </exclusion> |
213 | | - <exclusion> |
214 | | - <groupId>org.apache.commons</groupId> |
215 | | - <artifactId>commons-lang3</artifactId> |
216 | | - </exclusion> |
217 | | - </exclusions> |
218 | | - </dependency> |
219 | | - |
220 | 159 | <!-- Required Jenkins Plug-in Dependencies --> |
221 | 160 | <dependency> |
222 | 161 | <groupId>io.jenkins.plugins</groupId> |
|
319 | 258 | <version>${token-macro.version}</version> |
320 | 259 | <optional>true</optional> |
321 | 260 | </dependency> |
| 261 | + <!-- ASM is required by token-macro but does not declare its dependency --> |
| 262 | + <dependency> |
| 263 | + <groupId>org.ow2.asm</groupId> |
| 264 | + <artifactId>asm</artifactId> |
| 265 | + <version>8.0.1</version> |
| 266 | + <scope>test</scope> |
| 267 | + </dependency> |
322 | 268 | <dependency> |
323 | 269 | <groupId>io.jenkins.plugins</groupId> |
324 | 270 | <artifactId>forensics-api</artifactId> |
|
364 | 310 | <type>test-jar</type> |
365 | 311 | <scope>test</scope> |
366 | 312 | <exclusions> |
| 313 | + <exclusion> |
| 314 | + <groupId>edu.hm.hafner</groupId> |
| 315 | + <artifactId>codingstyle</artifactId> |
| 316 | + </exclusion> |
367 | 317 | <exclusion> |
368 | 318 | <groupId>com.github.spotbugs</groupId> |
369 | 319 | <artifactId>spotbugs-annotations</artifactId> |
|
372 | 322 | <groupId>commons-io</groupId> |
373 | 323 | <artifactId>commons-io</artifactId> |
374 | 324 | </exclusion> |
| 325 | + <exclusion> |
| 326 | + <groupId>org.apache.commons</groupId> |
| 327 | + <artifactId>commons-lang3</artifactId> |
| 328 | + </exclusion> |
| 329 | + <exclusion> |
| 330 | + <groupId>jaxen</groupId> |
| 331 | + <artifactId>jaxen</artifactId> |
| 332 | + </exclusion> |
| 333 | + <exclusion> |
| 334 | + <artifactId>*</artifactId> |
| 335 | + <groupId>org.ow2.asm</groupId> |
| 336 | + </exclusion> |
375 | 337 | </exclusions> |
376 | 338 | </dependency> |
377 | 339 | <dependency> |
|
540 | 502 | <groupId>commons-beanutils</groupId> |
541 | 503 | <artifactId>commons-beanutils</artifactId> |
542 | 504 | </exclusion> |
| 505 | + <exclusion> |
| 506 | + <groupId>edu.hm.hafner</groupId> |
| 507 | + <artifactId>codingstyle</artifactId> |
| 508 | + </exclusion> |
543 | 509 | </exclusions> |
544 | 510 | </dependency> |
545 | 511 |
|
|
0 commit comments