Skip to content

Commit

Permalink
Remove using jackson-databind 2.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bonigarcia committed Jun 24, 2024
1 parent b3ea803 commit bef8e1d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<commons-lang3.version>3.14.0</commons-lang3.version>
<commons-compress.version>1.26.2</commons-compress.version>
<httpclient5.version>5.2.1</httpclient5.version>
<jackson-databind.version>2.17.1</jackson-databind.version>

<!-- provided -->
<selenium.version>4.22.0</selenium.version>
Expand Down Expand Up @@ -113,10 +112,6 @@
<groupId>com.github.docker-java</groupId>
<artifactId>docker-java-transport-netty</artifactId>
</exclusion>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</exclusion>
<exclusion>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk18on</artifactId>
Expand Down Expand Up @@ -148,11 +143,6 @@
<artifactId>httpclient5</artifactId>
<version>${httpclient5.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${jackson-databind.version}</version>
</dependency>

<dependency>
<groupId>org.seleniumhq.selenium</groupId>
Expand Down

0 comments on commit bef8e1d

Please sign in to comment.