|
25 | 25 | <version>50</version> |
26 | 26 | </parent> |
27 | 27 | <artifactId>gwt-maven-plugin</artifactId> |
28 | | - <version>2.11.1</version> |
| 28 | + <version>2.12.2</version> |
29 | 29 | <packaging>maven-plugin</packaging> |
30 | 30 | <name>Mojo's Maven Plugin for GWT</name> |
31 | 31 | <description> |
|
121 | 121 | <maven.compiler.source>1.8</maven.compiler.source> |
122 | 122 | <maven.compiler.target>1.8</maven.compiler.target> |
123 | 123 | <!-- This property is used in a filtered resources to check the version compatibility --> |
124 | | - <gwt.version>2.11.1</gwt.version> |
125 | | - <mavenVersion>3.0.5</mavenVersion> |
126 | | - <mavenPluginPluginVersion>3.5</mavenPluginPluginVersion> |
| 124 | + <gwt.version>2.12.2</gwt.version> |
| 125 | + <mavenVersion>3.8.8</mavenVersion> |
| 126 | + <mavenPluginPluginVersion>3.6.4</mavenPluginPluginVersion> |
127 | 127 | <mojo.java.target>1.8</mojo.java.target> |
128 | | - <doxia-sitetoolsVersion>1.6</doxia-sitetoolsVersion> |
| 128 | + <doxia-sitetoolsVersion>1.11.1</doxia-sitetoolsVersion> |
129 | 129 | <!-- to be able on powerfull ci machine to change it tru the cli :-) --> |
130 | 130 | <it.localWorkers>-1</it.localWorkers> |
131 | 131 | <stagingSiteRepositoryId>github-ssh</stagingSiteRepositoryId> |
|
148 | 148 | <groupId>org.apache.maven</groupId> |
149 | 149 | <artifactId>maven-compat</artifactId> |
150 | 150 | <version>${mavenVersion}</version> |
| 151 | + <scope>provided</scope> |
| 152 | + </dependency> |
| 153 | + <dependency> |
| 154 | + <groupId>org.apache.maven</groupId> |
| 155 | + <artifactId>maven-settings</artifactId> |
| 156 | + <version>${mavenVersion}</version> |
| 157 | + <scope>provided</scope> |
| 158 | + </dependency> |
| 159 | + <dependency> |
| 160 | + <groupId>org.apache.maven</groupId> |
| 161 | + <artifactId>maven-repository-metadata</artifactId> |
| 162 | + <version>${mavenVersion}</version> |
| 163 | + <scope>provided</scope> |
151 | 164 | </dependency> |
152 | 165 | <dependency> |
153 | 166 | <groupId>org.apache.maven</groupId> |
154 | 167 | <artifactId>maven-core</artifactId> |
155 | 168 | <version>${mavenVersion}</version> |
| 169 | + <scope>provided</scope> |
156 | 170 | </dependency> |
157 | 171 | <dependency> |
158 | 172 | <groupId>org.apache.maven</groupId> |
159 | 173 | <artifactId>maven-model</artifactId> |
160 | 174 | <version>${mavenVersion}</version> |
| 175 | + <scope>provided</scope> |
161 | 176 | </dependency> |
162 | 177 | <dependency> |
163 | 178 | <groupId>org.apache.maven</groupId> |
164 | 179 | <artifactId>maven-artifact</artifactId> |
165 | 180 | <version>${mavenVersion}</version> |
| 181 | + <scope>provided</scope> |
166 | 182 | </dependency> |
167 | 183 | <dependency> |
168 | 184 | <groupId>org.apache.maven</groupId> |
169 | 185 | <artifactId>maven-plugin-api</artifactId> |
170 | 186 | <version>${mavenVersion}</version> |
| 187 | + <scope>provided</scope> |
| 188 | + </dependency> |
| 189 | + <dependency> |
| 190 | + <groupId>org.apache.maven</groupId> |
| 191 | + <artifactId>maven-project</artifactId> |
| 192 | + <version>2.2.1</version> |
| 193 | + <scope>provided</scope> |
171 | 194 | </dependency> |
172 | 195 | <dependency> |
173 | 196 | <groupId>org.apache.maven.reporting</groupId> |
174 | 197 | <artifactId>maven-reporting-api</artifactId> |
175 | | - <version>3.0</version> |
| 198 | + <version>3.1.1</version> |
| 199 | + <scope>provided</scope> |
176 | 200 | </dependency> |
177 | 201 | <dependency> |
178 | 202 | <groupId>org.apache.maven.reporting</groupId> |
|
213 | 237 | <dependency> |
214 | 238 | <groupId>org.springframework</groupId> |
215 | 239 | <artifactId>spring-core</artifactId> |
216 | | - <version>5.2.22.RELEASE</version> |
| 240 | + <version>5.2.24.RELEASE</version> |
217 | 241 | </dependency> |
218 | 242 |
|
219 | 243 | <dependency> |
|
246 | 270 | <!-- used to unpack gwt native libs --> |
247 | 271 | <groupId>org.codehaus.plexus</groupId> |
248 | 272 | <artifactId>plexus-archiver</artifactId> |
249 | | - <version>3.5</version> |
| 273 | + <version>4.8.0</version> |
250 | 274 | </dependency> |
251 | 275 | <dependency> |
252 | 276 | <!-- used for GwtSourcesJarMojo --> |
253 | 277 | <groupId>org.apache.maven</groupId> |
254 | 278 | <artifactId>maven-archiver</artifactId> |
255 | 279 | <version>3.2.0</version> |
| 280 | + <scope>provided</scope> |
256 | 281 | </dependency> |
257 | 282 | <dependency> |
258 | 283 | <groupId>junit</groupId> |
|
274 | 299 | <dependency> |
275 | 300 | <groupId>commons-io</groupId> |
276 | 301 | <artifactId>commons-io</artifactId> |
277 | | - <version>2.7</version> |
| 302 | + <version>2.14.0</version> |
278 | 303 | </dependency> |
279 | 304 | <dependency> |
280 | 305 | <groupId>commons-lang</groupId> |
|
322 | 347 | <dependency> |
323 | 348 | <groupId>org.apache.maven.plugin-testing</groupId> |
324 | 349 | <artifactId>maven-plugin-testing-harness</artifactId> |
325 | | - <version>2.1</version> |
| 350 | + <version>3.3.0</version> |
326 | 351 | <scope>test</scope> |
327 | 352 | </dependency> |
328 | 353 | <dependency> |
|
468 | 493 | <plugin> |
469 | 494 | <groupId>org.codehaus.mojo</groupId> |
470 | 495 | <artifactId>animal-sniffer-maven-plugin</artifactId> |
471 | | - <version>1.18</version> |
| 496 | + <version>1.24</version> |
472 | 497 | <configuration> |
473 | 498 | <signature> |
474 | 499 | <groupId>org.codehaus.mojo.signature</groupId> |
475 | | - <artifactId>java16</artifactId> |
476 | | - <version>1.1</version> |
| 500 | + <artifactId>java18</artifactId> |
| 501 | + <version>1.0</version> |
477 | 502 | </signature> |
478 | 503 | </configuration> |
479 | 504 | <executions> |
480 | 505 | <execution> |
481 | | - <id>check-java-1.6-compat</id> |
| 506 | + <id>check-java-1.8-compat</id> |
482 | 507 | <phase>process-classes</phase> |
483 | 508 | <goals> |
484 | 509 | <goal>check</goal> |
|
0 commit comments