Fix for jackson annotation
[appc.git] / appc-config / appc-config-params / provider / pom.xml
index 047f9ad..0a9b9de 100644 (file)
@@ -1,12 +1,34 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ============LICENSE_START=======================================================
+  ONAP : APPC
+  ================================================================================
+  Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
+  Copyright (C) 2017 Amdocs
+  ================================================================================
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+  
+       http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+  ============LICENSE_END=========================================================
+  -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <parent>
-               <groupId>org.openecomp.appc</groupId>
-               <artifactId>appc-config-params</artifactId>
-               <version>1.1.0-SNAPSHOT</version>
+               <groupId>org.onap.appc.parent</groupId>
+               <artifactId>binding-parent</artifactId>
+               <version>2.5.0</version>
+                <relativePath />
        </parent>
+        <groupId>org.onap.appc</groupId>
        <artifactId>appc-config-params-provider</artifactId>
        <packaging>bundle</packaging>
        <name>Config Params - Provider</name>
                        <groupId>org.openecomp.sdc.common</groupId>
                        <artifactId>openecomp-tosca-datatype</artifactId>
                        <version>${tosca.datatype.version}</version>
+                        <exclusions>
+                            <exclusion>
+                                 <groupId>com.datastax.cassandra</groupId>
+                                 <artifactId>cassandra-driver-core</artifactId>
+                            </exclusion>
+                            <exclusion>
+                                 <groupId>ch.qos.logback</groupId>
+                                 <artifactId>logback-classic</artifactId>
+                            </exclusion>
+                        </exclusions>
                </dependency>
-
+<dependency>
+                        <groupId>ch.qos.logback</groupId>
+                        <artifactId>logback-classic</artifactId>
+                        <version>1.2.3</version>
+                </dependency>
                <dependency>
                        <groupId>com.fasterxml.jackson.core</groupId>
                        <artifactId>jackson-databind</artifactId>
                </dependency>
                <dependency>
-                       <groupId>com.fasterxml.jackson.core</groupId>
-                       <artifactId>jackson-annotations</artifactId>
+                       <groupId>com.fasterxml.jackson.module</groupId>
+                       <artifactId>jackson-module-jaxb-annotations</artifactId>
                </dependency>
                <dependency>
                        <groupId>com.fasterxml.jackson.core</groupId>
                        <artifactId>jackson-core</artifactId>
                </dependency>
+               <dependency>
+                       <groupId>org.apache.commons</groupId>
+                       <artifactId>commons-lang3</artifactId>
+               </dependency>
                <dependency>
                        <groupId>com.fasterxml.jackson.dataformat</groupId>
                        <artifactId>jackson-dataformat-yaml</artifactId>
                                <extensions>true</extensions>
                                <configuration>
                                        <instructions>
-                                               <Bundle-SymbolicName>org.openecomp.sdnc.config.params</Bundle-SymbolicName>
-                                               <Bundle-Activator>org.openecomp.sdnc.config.params.ParamsHandlerActivator</Bundle-Activator>
-                                               <Export-Package>org.openecomp.sdnc.config.params,org.openecomp.sdnc.config.params.data,
-                                                       org.openecomp.sdnc.config.params.parser,org.openecomp.sdnc.config.params.transformer,
-                                                       org.openecomp.sdnc.config.params.transformer.tosca,org.openecomp.sdnc.config.params.transformer.tosca.exceptions</Export-Package>
-                                               <Import-Package>*</Import-Package>
-                                               <DynamicImport-Package>*</DynamicImport-Package>
+                                               <Bundle-SymbolicName>org.onap.sdnc.config.params</Bundle-SymbolicName>
+                                               <Bundle-Activator>org.onap.sdnc.config.params.ParamsHandlerActivator</Bundle-Activator>
+                                               <Export-Package>org.onap.sdnc.config.params,org.onap.sdnc.config.params.data,
+                                                       org.onap.sdnc.config.params.parser,org.onap.sdnc.config.params.transformer,
+                                                       org.onap.sdnc.config.params.transformer.tosca,org.onap.sdnc.config.params.transformer.tosca.exceptions</Export-Package>
+                                               <Import-Package>groovy.lang;resolution:=optional,org.codehaus.groovy.*;resolution:=optional,!com.google.common.collect,*</Import-Package>
+                                               <Embed-Dependency>guava,jackson-databind,jackson-core,jackson-dataformat-yaml,eelf-core,logback-core,logback-classic</Embed-Dependency>
                                        </instructions>
-                                       <manifestLocation>${project.basedir}/src/main/resources/META-INF</manifestLocation>
                                </configuration>
                        </plugin>
                </plugins>
                        </plugins>
                </pluginManagement>
        </build>
+       <version>1.5.2-SNAPSHOT</version>
 </project>