Temp fix for removed com.fasterxml.jackson.core:jackson-databind:jar:2.9.0-SNAPSHOT

This commit is contained in:
Petar Bozin 2017-02-22 10:36:33 +01:00
parent 1c9f2ce184
commit 7e34fbdd88

13
pom.xml
View File

@ -187,7 +187,18 @@
<dependency>
<groupId>com.tokbox</groupId>
<artifactId>opentok-server-sdk</artifactId>
<version>3.0.0-beta.1</version>
<version>3.0.0-beta.2</version>
<exclusions>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.8.6</version>
</dependency>
<dependency>
<groupId>org.elasticsearch</groupId>