Skip to content

Commit

Permalink
cleanup for selenium 4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Oct 12, 2023
1 parent 6332a5b commit f4810b0
Showing 1 changed file with 4 additions and 42 deletions.
46 changes: 4 additions & 42 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

<!-- As a property, as it is included in Checkstyle build -->
<checkstyle.version>9.3</checkstyle.version>
<spotbugs.version>4.7.3</spotbugs.version>
<spotbugs.version>4.8.0</spotbugs.version>
<pmd.version>6.50.0</pmd.version>
<junit.version>4.13.2</junit.version>
<archunit.version>1.1.0</archunit.version>
Expand Down Expand Up @@ -616,9 +616,9 @@
</configuration>
<reportSets>
<reportSet>
<reports>
<report>javadoc</report>
</reports>
<reports>
<report>javadoc</report>
</reports>
</reportSet>
</reportSets>
</plugin>
Expand Down Expand Up @@ -1359,14 +1359,6 @@
<version>${selenium.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
</exclusion>
<exclusion>
<groupId>com.squareup.okio</groupId>
<artifactId>okio</artifactId>
Expand All @@ -1386,48 +1378,18 @@
<artifactId>selenium-firefox-driver</artifactId>
<version>${selenium.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-chrome-driver</artifactId>
<version>${selenium.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-edge-driver</artifactId>
<version>${selenium.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
<distributionManagement>
Expand Down

0 comments on commit f4810b0

Please sign in to comment.