aboutsummaryrefslogtreecommitdiffstats
path: root/epsdk-app-onap/src/main
AgeCommit message (Expand)AuthorFilesLines
2018-05-21Scale out fixesSonsino, Ofir (os0695)1-0/+1
2018-05-21Disable tenant isolation featureSonsino, Ofir (os0695)1-2/+2
2018-05-09Disable tenant isolation featureSonsino, Ofir (os0695)1-2/+2
2018-05-06VoLTE supportSonsino, Ofir (os0695)2-0/+4
2018-04-24support new AAI certificateSonsino, Ofir (os0695)4-0/+302
2018-04-22Point to SO v6Sonsino, Ofir (os0695)2-14/+14
2018-04-22Scale out use case-5222/+10
2017-10-17Switch to MariaDB connector
<?xml version="1.0" encoding="UTF-8"?>
<!--
============LICENSE_START=======================================================
ONAP : APPC
================================================================================
Copyright (C) 2018-2019 AT&T Intellectual Property. All rights reserved.
=============================================================================
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.onap.appc.parent</groupId>
        <artifactId>single-feature-parent</artifactId>
        <version>2.6.1-SNAPSHOT</version>
        <relativePath />
    </parent>

    <groupId>org.onap.appc</groupId>
    <artifactId>onap-appc-artifact-handler</artifactId>
    <version>1.6.2-SNAPSHOT</version>
    <packaging>feature</packaging>

    <name></name>

    <dependencies>
        <dependency>
            <groupId>org.opendaylight.controller</groupId>
            <artifactId>odl-mdsal-broker</artifactId>
            <type>xml</type>
            <classifier>features</classifier>
        </dependency>
        <dependency>
            <groupId>org.onap.ccsdk.sli.core</groupId>
            <artifactId>ccsdk-sli</artifactId>
            <type>xml</type>
            <classifier>features</classifier>
        </dependency>
        <dependency>
            <groupId>org.openecomp.sdc.common</groupId>
            <artifactId>openecomp-tosca-datatype</artifactId>
            <version>${tosca.datatype.version}</version>
        </dependency>
        <dependency>
            <groupId>org.onap.appc</groupId>
            <artifactId>appc-config-params-provider</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>org.onap.appc</groupId>
            <artifactId>appc-artifact-handler-model</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>org.onap.appc</groupId>
            <artifactId>appc-artifact-handler-provider</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>org.onap.appc</groupId>
            <artifactId>appc-yang-generator</artifactId>
            <version>${project.version}</version>
        </dependency>
    </dependencies>

    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.karaf.tooling</groupId>
                <artifactId>karaf-maven-plugin</artifactId>
                <extensions>true</extensions>
    
375-0/+80911
="nt"><excludedArtifactId>org.eclipse.osgi</excludedArtifactId> </excludedArtifactIds> </configuration> </plugin> </plugins> </build> </project>