diff options
author | Taka Cho <takamune.cho@att.com> | 2019-03-14 15:08:38 -0400 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2019-03-14 23:44:40 +0000 |
commit | aca1c233326b182e923cc2210104df9664c1537b (patch) | |
tree | 9968422dbefd8804e1a3296e6f0fa1748e399b76 /appc-sdc-listener | |
parent | 95ce713a4f9ea368c61f4637b70c95700195918e (diff) |
databind upgrade artifact
databine upgrade 2.8.11.3
Change-Id: Ide510410a3ce0727f3b74053cd915cbb655ce07d
Issue-ID: APPC-1533
Signed-off-by: Taka Cho <takamune.cho@att.com>
Diffstat (limited to 'appc-sdc-listener')
-rw-r--r-- | appc-sdc-listener/appc-sdc-listener-bundle/pom.xml | 2 | ||||
-rw-r--r-- | appc-sdc-listener/appc-sdc-listener-installer/pom.xml | 12 |
2 files changed, 13 insertions, 1 deletions
diff --git a/appc-sdc-listener/appc-sdc-listener-bundle/pom.xml b/appc-sdc-listener/appc-sdc-listener-bundle/pom.xml index 7d3f6ca93..23345df68 100644 --- a/appc-sdc-listener/appc-sdc-listener-bundle/pom.xml +++ b/appc-sdc-listener/appc-sdc-listener-bundle/pom.xml @@ -216,7 +216,7 @@ limitations under the License. <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>${jackson-yaml-version}</version> + <version>2.8.11.3</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> diff --git a/appc-sdc-listener/appc-sdc-listener-installer/pom.xml b/appc-sdc-listener/appc-sdc-listener-installer/pom.xml index 4447dd85e..2b0a0b3b4 100644 --- a/appc-sdc-listener/appc-sdc-listener-installer/pom.xml +++ b/appc-sdc-listener/appc-sdc-listener-installer/pom.xml @@ -62,6 +62,18 @@ limitations under the License. <groupId>org.onap.appc</groupId> <artifactId>appc-sdc-listener-bundle</artifactId> <version>${project.version}</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.11.3</version> </dependency> </dependencies> |