summaryrefslogtreecommitdiffstats
path: root/kubernetes/sdc/charts/sdc-kb/Chart.yaml
stat options
Period:
Authors:

Commits per author per week (path 'kubernetes/sdc/charts/sdc-kb/Chart.yaml')

AuthorW44 2024W45 2024W46 2024W47 2024Total
Total00000
'n44' href='#n44'>44 45
<?xml version="1.0" encoding="UTF-8"?>
<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.ccsdk.parent</groupId>
        <artifactId>single-feature-parent</artifactId>
        <version>2.1.0-SNAPSHOT</version>
        <relativePath/>
    </parent>

    <groupId>org.onap.sdnc.northbound</groupId>
    <artifactId>sdnc-vnfapi</artifactId>
    <version>2.0.1-SNAPSHOT</version>
    <packaging>feature</packaging>

    <name>sdnc-northbound :: vnfapi :: ${project.artifactId}</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>
            <version>${ccsdk.sli.core.version}</version>
            <type>xml</type>
            <classifier>features</classifier>
        </dependency>
        <dependency>
            <groupId>${project.groupId}</groupId>
            <artifactId>vnfapi-model</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>${project.groupId}</groupId>
            <artifactId>vnfapi-provider</artifactId>
            <version>${project.version}</version>
        </dependency>

    </dependencies>
</project>