Skip to content

Commit cb61747

Browse files
committed
Exclude waffle-jna from MariaDB JDBC driver
1 parent 444f71d commit cb61747

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2275,6 +2275,12 @@
22752275
<groupId>org.mariadb.jdbc</groupId>
22762276
<artifactId>mariadb-java-client</artifactId>
22772277
<version>3.3.4</version>
2278+
<exclusions>
2279+
<exclusion>
2280+
<groupId>com.github.waffle</groupId>
2281+
<artifactId>waffle-jna</artifactId>
2282+
</exclusion>
2283+
</exclusions>
22782284
</dependency>
22792285

22802286
<dependency>

0 commit comments

Comments
 (0)