mirror of
https://github.com/apache/druid.git
synced 2025-02-17 07:25:02 +00:00
1) Specify old Jackson version to resolve version conflicts between AWS SDK and curator
This commit is contained in:
parent
699aadd2b1
commit
5e123988a0
10
pom.xml
10
pom.xml
@ -192,6 +192,16 @@
|
||||
<artifactId>jackson-jaxrs-json-provider</artifactId>
|
||||
<version>2.1.3</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.jackson</groupId>
|
||||
<artifactId>jackson-core-asl</artifactId>
|
||||
<version>1.9.11</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.jackson</groupId>
|
||||
<artifactId>jackson-mapper-asl</artifactId>
|
||||
<version>1.9.11</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.inject</groupId>
|
||||
<artifactId>javax.inject</artifactId>
|
||||
|
Loading…
x
Reference in New Issue
Block a user