Skip to content

Commit

Permalink
Fix dependencies for RedShift
Browse files Browse the repository at this point in the history
  • Loading branch information
kerny3d committed Jan 18, 2024
1 parent 06cc2aa commit d9e638d
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions knowageutils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -659,14 +659,7 @@
<dependency>
<groupId>com.amazon.redshift</groupId>
<artifactId>redshift-jdbc42</artifactId>
<version>1.2.37.1061</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.amazon.redshift</groupId>
<artifactId>redshift-jdbc4</artifactId>
<version>1.2.10.1009</version>
<version>2.1.0.25</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit d9e638d

Please sign in to comment.