Change parent version
[appc.git] / appc-sdc-listener / appc-sdc-listener-installer / pom.xml
index 91d92b8..b2f6885 100644 (file)
@@ -3,7 +3,7 @@
 ============LICENSE_START=======================================================
 ONAP : APPC
 ================================================================================
 ============LICENSE_START=======================================================
 ONAP : APPC
 ================================================================================
-Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
+Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
 ================================================================================
 Copyright (C) 2017 Amdocs
 =============================================================================
 ================================================================================
 Copyright (C) 2017 Amdocs
 =============================================================================
@@ -19,24 +19,26 @@ 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.
 
 See the License for the specific language governing permissions and
 limitations under the License.
 
-ECOMP is a trademark and service mark of AT&T Intellectual Property.
 ============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>
 ============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>
-               <artifactId>appc-sdc-listener</artifactId>
-               <groupId>org.onap.appc</groupId>
-               <version>1.3.0-SNAPSHOT</version>
+               <groupId>org.onap.appc.parent</groupId>
+               <artifactId>odlparent-lite</artifactId>
+               <version>2.5.0</version>
+                <relativePath />
        </parent>
        </parent>
+        <groupId>org.onap.appc</groupId>
        <artifactId>appc-sdc-listener-installer</artifactId>
        <artifactId>appc-sdc-listener-installer</artifactId>
+       <version>1.5.0-SNAPSHOT</version>
        <name>SDC Listener - Karaf Installer</name>
        <packaging>pom</packaging>
 
        <properties>
                <application.name>appc-sdc-listener</application.name>
                <features.boot>appc-sdc-listener</features.boot>
        <name>SDC Listener - Karaf Installer</name>
        <packaging>pom</packaging>
 
        <properties>
                <application.name>appc-sdc-listener</application.name>
                <features.boot>appc-sdc-listener</features.boot>
-               <features.repositories>mvn:org.onap.appc/appc-sdc-listener-features/${project.version}/xml/features</features.repositories>
+               <features.repositories>mvn:org.onap.appc/onap-appc-sdc-listener/${project.version}/xml/features</features.repositories>
                <include.transitive.dependencies>false</include.transitive.dependencies>
        </properties>
 
                <include.transitive.dependencies>false</include.transitive.dependencies>
        </properties>
 
@@ -44,7 +46,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
 
                <dependency>
                        <groupId>org.onap.appc</groupId>
 
                <dependency>
                        <groupId>org.onap.appc</groupId>
-                       <artifactId>appc-sdc-listener-features</artifactId>
+                       <artifactId>onap-appc-sdc-listener</artifactId>
                        <version>${project.version}</version>
                        <classifier>features</classifier>
                        <type>xml</type>
                        <version>${project.version}</version>
                        <classifier>features</classifier>
                        <type>xml</type>
@@ -60,6 +62,18 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
                        <groupId>org.onap.appc</groupId>
                        <artifactId>appc-sdc-listener-bundle</artifactId>
                        <version>${project.version}</version>
                        <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>
 
                </dependency>
        </dependencies>