aws-samples / aws-blog-athena-custom-jdbc-credentials

The repository demonstrates use cases for running queries using Athena utilizing a custom JDBC credentials provider
MIT No Attribution
9 stars 10 forks source link

Require JDK >= 1.6, and specify encoding, to make Maven happy. #3

Closed cobbr2 closed 1 year ago

cobbr2 commented 5 years ago

Modified pom.xml to:

This makes mvn package happy enough to build with JDK 1.10 (my target); I've successfully used the built jar with Athena driver 2.0.7, the EnvironmentVariablesCredentialProvider, and temporary AWS sessions to allow our IntelliJ DataGrip users to connect.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

cobbr2 commented 1 year ago

There hasn't been any review in a couple years, so closing.