Skip to content

Commit

Permalink
Change AWS dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
inigo-cobian committed Jun 14, 2024
1 parent df9085a commit 1ffd57d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions adapters/klab.ogc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@
<version>${geotools.version}</version>
</dependency> -->
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk</artifactId>
<version>${aws.version}</version>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-core</artifactId>
<version>${aws.version}</version>
</dependency>
<dependency>
<groupId>org.geotools</groupId>
Expand Down

0 comments on commit 1ffd57d

Please sign in to comment.