mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 14:46:49 +00:00
Temp fix for removed com.fasterxml.jackson.core:jackson-databind:jar:2.9.0-SNAPSHOT
This commit is contained in:
parent
1c9f2ce184
commit
7e34fbdd88
13
pom.xml
13
pom.xml
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user