Skip to content

Commit 4067f08

Browse files
committed
archunit 1.4.2
1 parent 736cbc5 commit 4067f08

1 file changed

Lines changed: 22 additions & 1 deletion

File tree

pom.xml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
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 -->
@@ -1647,6 +1647,14 @@
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>
@@ -1661,6 +1669,19 @@
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>

0 commit comments

Comments
 (0)