File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7676 <checkstyle .version>12.3.1</checkstyle .version>
7777 <spotbugs .version>4.9.8</spotbugs .version>
7878 <pmd .version>7.20.0</pmd .version>
79- <archunit .version>1.4.1 </archunit .version>
79+ <archunit .version>1.4.2 </archunit .version>
8080 <dependencycheck .version>10.0.4</dependencycheck .version>
8181
8282 <!-- plugins -->
16471647 <version >${htmlunitdriver.version} </version >
16481648 <scope >test</scope >
16491649 <exclusions >
1650+ <exclusion >
1651+ <groupId >org.seleniumhq.selenium</groupId >
1652+ <artifactId >selenium-api</artifactId >
1653+ </exclusion >
1654+ <exclusion >
1655+ <groupId >org.seleniumhq.selenium</groupId >
1656+ <artifactId >selenium-support</artifactId >
1657+ </exclusion >
16501658 <exclusion >
16511659 <groupId >org.htmlunit</groupId >
16521660 <artifactId >htmlunit</artifactId >
16611669 </exclusion >
16621670 </exclusions >
16631671 </dependency >
1672+
1673+ <dependency >
1674+ <groupId >org.seleniumhq.selenium</groupId >
1675+ <artifactId >selenium-api</artifactId >
1676+ <version >${selenium.version} </version >
1677+ <scope >test</scope >
1678+ </dependency >
1679+ <dependency >
1680+ <groupId >org.seleniumhq.selenium</groupId >
1681+ <artifactId >selenium-support</artifactId >
1682+ <version >${selenium.version} </version >
1683+ <scope >test</scope >
1684+ </dependency >
16641685 <dependency >
16651686 <groupId >org.seleniumhq.selenium</groupId >
16661687 <artifactId >selenium-firefox-driver</artifactId >
You can’t perform that action at this time.
0 commit comments