Release appc
[appc.git] / appc-sdc-listener / appc-sdc-listener-installer / pom.xml
index cc15ae1..9a285b2 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,32 +19,34 @@ 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.openecomp.appc</groupId>
-               <version>1.1.0-SNAPSHOT</version>
+               <groupId>org.onap.appc.parent</groupId>
+               <artifactId>odlparent-lite</artifactId>
+               <version>2.6.2</version>
+                <relativePath />
        </parent>
        </parent>
+        <groupId>org.onap.appc</groupId>
        <artifactId>appc-sdc-listener-installer</artifactId>
        <artifactId>appc-sdc-listener-installer</artifactId>
+       <version>1.6.4</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.openecomp.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>
 
        <dependencies>
 
                <dependency>
                <include.transitive.dependencies>false</include.transitive.dependencies>
        </properties>
 
        <dependencies>
 
                <dependency>
-                       <groupId>org.openecomp.appc</groupId>
-                       <artifactId>appc-sdc-listener-features</artifactId>
+                       <groupId>org.onap.appc</groupId>
+                       <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>
@@ -57,9 +59,21 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
                </dependency>
 
                <dependency>
                </dependency>
 
                <dependency>
-                       <groupId>org.openecomp.appc</groupId>
+                       <groupId>org.onap.appc</groupId>
                        <artifactId>appc-sdc-listener-bundle</artifactId>
                        <version>${project.version}</version>
                        <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>