Skip to content

Commit

Permalink
Fix redshift POM
Browse files Browse the repository at this point in the history
We were missing a driver
  • Loading branch information
kparwal committed Mar 10, 2022
1 parent b8ceb2b commit 3361bf3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions athena-redshift/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
<version>${aws-athena-federation-sdk.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.amazon.redshift</groupId>
<artifactId>redshift-jdbc42-no-awssdk</artifactId>
<version>1.2.34.1058</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>athena-jdbc</artifactId>
Expand Down

0 comments on commit 3361bf3

Please sign in to comment.