|  | 
| 235 | 235 |                     <plugin> | 
| 236 | 236 |                         <groupId>org.apache.maven.plugins</groupId> | 
| 237 | 237 |                         <artifactId>maven-failsafe-plugin</artifactId> | 
| 238 |  | -                        <version>2.20</version> | 
| 239 | 238 |                         <executions> | 
| 240 | 239 |                             <execution> | 
| 241 | 240 |                                 <goals> | 
|  | 
| 285 | 284 |             </build> | 
| 286 | 285 |         </profile> | 
| 287 | 286 | 
 | 
| 288 |  | -        <profile> | 
| 289 |  | -            <id>java11</id> | 
| 290 |  | -            <activation> | 
| 291 |  | -                <jdk>11</jdk> | 
| 292 |  | -            </activation> | 
| 293 |  | -            <properties> | 
| 294 |  | -                <maven.compiler.release>11</maven.compiler.release> | 
| 295 |  | -            </properties> | 
| 296 |  | -            <build> | 
| 297 |  | -                <pluginManagement> | 
| 298 |  | -                    <plugins> | 
| 299 |  | -                        <plugin> | 
| 300 |  | -                            <artifactId>maven-surefire-plugin</artifactId> | 
| 301 |  | -                        </plugin> | 
| 302 |  | -                        <plugin> | 
| 303 |  | -                            <artifactId>maven-failsafe-plugin</artifactId> | 
| 304 |  | -                            <dependencies> | 
| 305 |  | -                                <dependency> | 
| 306 |  | -                                    <groupId>javax.xml.bind</groupId> | 
| 307 |  | -                                    <artifactId>jaxb-api</artifactId> | 
| 308 |  | -                                    <version>2.2.11</version> | 
| 309 |  | -                                </dependency> | 
| 310 |  | -                                <dependency> | 
| 311 |  | -                                    <groupId>com.sun.xml.bind</groupId> | 
| 312 |  | -                                    <artifactId>jaxb-core</artifactId> | 
| 313 |  | -                                    <version>2.2.11</version> | 
| 314 |  | -                                </dependency> | 
| 315 |  | -                                <dependency> | 
| 316 |  | -                                    <groupId>com.sun.xml.bind</groupId> | 
| 317 |  | -                                    <artifactId>jaxb-impl</artifactId> | 
| 318 |  | -                                    <version>2.2.11</version> | 
| 319 |  | -                                </dependency> | 
| 320 |  | -                                <dependency> | 
| 321 |  | -                                    <groupId>com.sun.activation</groupId> | 
| 322 |  | -                                    <artifactId>javax.activation</artifactId> | 
| 323 |  | -                                    <version>1.2.0</version> | 
| 324 |  | -                                </dependency> | 
| 325 |  | -                            </dependencies> | 
| 326 |  | -                        </plugin> | 
| 327 |  | -                        <plugin> | 
| 328 |  | -                            <groupId>com.lazerycode.selenium</groupId> | 
| 329 |  | -                            <artifactId>driver-binary-downloader-maven-plugin</artifactId> | 
| 330 |  | -                            <version>${driver.binary.downloader.maven.plugin.version}</version> | 
| 331 |  | -                            <dependencies> | 
| 332 |  | -                                <dependency> | 
| 333 |  | -                                    <groupId>javax.xml.bind</groupId> | 
| 334 |  | -                                    <artifactId>jaxb-api</artifactId> | 
| 335 |  | -                                    <version>2.2.11</version> | 
| 336 |  | -                                </dependency> | 
| 337 |  | -                                <dependency> | 
| 338 |  | -                                    <groupId>com.sun.xml.bind</groupId> | 
| 339 |  | -                                    <artifactId>jaxb-core</artifactId> | 
| 340 |  | -                                    <version>2.2.11</version> | 
| 341 |  | -                                </dependency> | 
| 342 |  | -                                <dependency> | 
| 343 |  | -                                    <groupId>com.sun.xml.bind</groupId> | 
| 344 |  | -                                    <artifactId>jaxb-impl</artifactId> | 
| 345 |  | -                                    <version>2.2.11</version> | 
| 346 |  | -                                </dependency> | 
| 347 |  | -                                <dependency> | 
| 348 |  | -                                    <groupId>com.sun.activation</groupId> | 
| 349 |  | -                                    <artifactId>javax.activation</artifactId> | 
| 350 |  | -                                    <version>1.2.0</version> | 
| 351 |  | -                                </dependency> | 
| 352 |  | -                            </dependencies> | 
| 353 |  | -                        </plugin> | 
| 354 |  | -                    </plugins> | 
| 355 |  | -                </pluginManagement> | 
| 356 |  | -            </build> | 
| 357 |  | -        </profile> | 
| 358 | 287 |     </profiles> | 
| 359 | 288 | </project> | 
0 commit comments