Skip to content

Commit

Permalink
KNOX-3055: Change MySQL connector dependency scope to provided (#930)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanicz authored Aug 23, 2024
1 parent dab2074 commit 2a8a8a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions gateway-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,7 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mariadb.jdbc</groupId>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2240,6 +2240,7 @@
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>${mysql.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mariadb.jdbc</groupId>
Expand Down

0 comments on commit 2a8a8a8

Please sign in to comment.