Skip to content

Commit

Permalink
[CONJ-1021] enable waffle dependency for better Windows GSSAPI use
Browse files Browse the repository at this point in the history
  • Loading branch information
rusher committed Nov 2, 2022
1 parent 34eff1c commit 5ac67b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<logback.version>1.3.0-alpha12</logback.version>
<jacoco.version>0.8.7</jacoco.version>
<waffle-jna.version>3.1.1</waffle-jna.version>
<waffle-jna.version>3.2.0</waffle-jna.version>
<mysql-connector-java.version>8.0.30</mysql-connector-java.version>
<bnd-maven-plugin.version>6.2.0</bnd-maven-plugin.version>
</properties>
Expand Down Expand Up @@ -276,7 +276,6 @@
<groupId>com.github.waffle</groupId>
<artifactId>waffle-jna</artifactId>
<version>${waffle-jna.version}</version>
<optional>true</optional>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java9/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
requires transitive java.naming;
requires transitive java.security.jgss;
requires transitive jdk.net;
requires static waffle.jna;
requires waffle.jna;
requires static software.amazon.awssdk.services.rds;
requires static software.amazon.awssdk.regions;
requires static software.amazon.awssdk.auth;
Expand Down

0 comments on commit 5ac67b2

Please sign in to comment.