Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sudhakar Chundu
Indexer
Commits
a072aa25
Commit
a072aa25
authored
Apr 14, 2020
by
David Diederich
Browse files
Configured Maven build scripts to use jitpack for the amazon aws-request-signing-apache-interceptor
parent
a154fd6d
Changes
2
Hide whitespace changes
Inline
Side-by-side
provider/indexer-aws/pom.xml
View file @
a072aa25
...
...
@@ -59,9 +59,9 @@
<version>
1.11.651
</version>
</dependency>
<dependency>
<groupId>
com.
amazonaw
s
</groupId>
<groupId>
com.
github.awslab
s
</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>
...
...
testing/indexer-test-aws/pom.xml
View file @
a072aa25
...
...
@@ -49,9 +49,9 @@
<!-- AWS managed packages -->
<dependency>
<groupId>
com.
amazonaw
s
</groupId>
<groupId>
com.
github.awslab
s
</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>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment