Skip to content

Commit

Permalink
fix security integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Lai committed Jan 10, 2025
1 parent 4e28026 commit c419f7a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@
<selenium_chrome_driver.version>3.14.0</selenium_chrome_driver.version>
<selenium.version>4.17.0</selenium.version>
<sentry.version>7.1.0</sentry.version>
<apache_httpclient.version>5.2.1</apache_httpclient.version>
<clickhouse_testcontainer.version>1.19.7</clickhouse_testcontainer.version>
<bouncy_castle.version>1.78</bouncy_castle.version>

Expand Down Expand Up @@ -212,6 +211,12 @@
<groupId>com.github.romain-warnan</groupId>
<artifactId>simple-java-bitly</artifactId>
<version>${simple_java_bitly.version}</version>
<exclusions>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.ehcache</groupId>
Expand Down Expand Up @@ -352,8 +357,6 @@
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
<version>${apache_httpclient.version}</version>
<scope>test</scope>
</dependency>

<dependency>
Expand Down

0 comments on commit c419f7a

Please sign in to comment.