mirror of https://github.com/apache/druid.git
Merge pull request #1205 from druid-io/update-jets3t
Update jets3t version to support aws v4 auth
This commit is contained in:
commit
65e05071b6
2
pom.xml
2
pom.xml
|
@ -473,7 +473,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.java.dev.jets3t</groupId>
|
<groupId>net.java.dev.jets3t</groupId>
|
||||||
<artifactId>jets3t</artifactId>
|
<artifactId>jets3t</artifactId>
|
||||||
<version>0.9.1</version>
|
<version>0.9.3</version>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
<!-- exclude artifact not available in maven central -->
|
<!-- exclude artifact not available in maven central -->
|
||||||
|
|
Loading…
Reference in New Issue