Skip to content

Commit

Permalink
Update Redshift driver class name (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmarty authored Apr 12, 2023
1 parent f008e7e commit 42dc301
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<artifactId>aws-secretsmanager-jdbc</artifactId>
<packaging>jar</packaging>
<name>AWS Secrets Manager SQL Connection Library</name>
<version>1.0.11</version>
<version>1.0.12</version>
<description>The AWS Secrets Manager SQL Connection Library for Java enables Java developers to easily
connect to SQL databases using secrets stored in AWS Secrets Manager.
</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,6 @@ public String constructUrlFromEndpointPortDatabase(String endpoint, String port,

@Override
public String getDefaultDriverClass() {
return "com.amazon.redshift.jdbc42.Driver";
return "com.amazon.redshift.Driver";
}
}

0 comments on commit 42dc301

Please sign in to comment.