Skip to content
Snippets Groups Projects
Commit a072aa25 authored by David Diederich's avatar David Diederich
Browse files

Configured Maven build scripts to use jitpack for the amazon aws-request-signing-apache-interceptor

parent a154fd6d
No related branches found
No related tags found
No related merge requests found
......@@ -59,9 +59,9 @@
<version>1.11.651</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<groupId>com.github.awslabs</groupId>
<artifactId>aws-request-signing-apache-interceptor</artifactId>
<version>1.0-SNAPSHOT</version>
<version>deb7941</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
......@@ -190,6 +190,11 @@
<id>${gitlab-server}</id>
<url>https://community.opengroup.org/api/v4/groups/17/-/packages/maven</url>
</repository>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<distributionManagement>
......
......@@ -49,9 +49,9 @@
<!-- AWS managed packages -->
<dependency>
<groupId>com.amazonaws</groupId>
<groupId>com.github.awslabs</groupId>
<artifactId>aws-request-signing-apache-interceptor</artifactId>
<version>1.0-SNAPSHOT</version>
<version>deb7941</version>
</dependency>
<!-- Testing -->
......@@ -144,6 +144,11 @@
<id>${gitlab-server}</id>
<url>https://community.opengroup.org/api/v4/groups/17/-/packages/maven</url>
</repository>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<distributionManagement>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment