diff options
Diffstat (limited to 'appc-config/appc-data-services/features/onap-appc-config-data-services')
-rw-r--r-- | appc-config/appc-data-services/features/onap-appc-config-data-services/pom.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/appc-config/appc-data-services/features/onap-appc-config-data-services/pom.xml b/appc-config/appc-data-services/features/onap-appc-config-data-services/pom.xml index 5f67fa54a..a8781669d 100644 --- a/appc-config/appc-data-services/features/onap-appc-config-data-services/pom.xml +++ b/appc-config/appc-data-services/features/onap-appc-config-data-services/pom.xml @@ -77,6 +77,18 @@ limitations under the License. <groupId>org.onap.appc</groupId> <artifactId>appc-config-data-services-provider</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> |