diff options
Diffstat (limited to 'appc-oam/appc-oam-features/onap-appc-oam/pom.xml')
-rw-r--r-- | appc-oam/appc-oam-features/onap-appc-oam/pom.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/appc-oam/appc-oam-features/onap-appc-oam/pom.xml b/appc-oam/appc-oam-features/onap-appc-oam/pom.xml index eb94d1857..5c908c057 100644 --- a/appc-oam/appc-oam-features/onap-appc-oam/pom.xml +++ b/appc-oam/appc-oam-features/onap-appc-oam/pom.xml @@ -49,6 +49,17 @@ limitations under the License. <type>xml</type> <classifier>features</classifier> <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> <dependency> <groupId>org.onap.appc</groupId> |