Skip to content

Commit

Permalink
Correct commons pool dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua committed Jan 29, 2024
1 parent 9ee8e8e commit 25a06a4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions gateway-ha/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
</properties>

<dependencies>

<dependency>
<groupId>com.auth0</groupId>
<artifactId>java-jwt</artifactId>
Expand Down Expand Up @@ -175,6 +176,12 @@
<version>${dep.mysqlconnector.version}</version>
</dependency>

<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-pool2</artifactId>
<version>2.11.1</version>
</dependency>

<dependency>
<groupId>org.apache.directory.api</groupId>
<artifactId>api-all</artifactId>
Expand Down

0 comments on commit 25a06a4

Please sign in to comment.