diff options
author | Prudence Au <prudence.au@amdocs.com> | 2019-09-03 10:43:19 -0400 |
---|---|---|
committer | Prudence Au <prudence.au@amdocs.com> | 2019-09-10 17:08:39 -0400 |
commit | 2624889c64c8a0a700f5cad880771d0ed83ee42f (patch) | |
tree | 801dbec3bb4af0cec18e2f9aec5276b631ecdd07 | |
parent | 0be155c6ce77ebd1073cbdc3d204f598feccdf48 (diff) |
Update jackson-databind to version 2.9.9HEAD5.0.1-ONAP1.5.1masterelalto
Issue-ID: LOG-826
Signed-off-by: Prudence Au <prudence.au@amdocs.com>
Change-Id: I0b62cfc7d62071be752fd56aa41942dca3322704
Use the released version of audit-common (1.5.1)
Issue-ID: LOG-1119
Signed-off-by: Prudence Au <prudence.au@amdocs.com>
Change-Id: I8e428ee2f86b5c3660d7799456f492e35e908acc
-rw-r--r-- | pom.xml | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -97,11 +97,17 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> + <exclusions> + <exclusion> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.onap.logging-analytics.pomba</groupId> <artifactId>pomba-audit-common</artifactId> - <version>1.5.1-SNAPSHOT</version> + <version>1.5.1</version> </dependency> <dependency> <groupId>com.sun.jersey</groupId> |