summaryrefslogtreecommitdiffstats
path: root/sdnr
AgeCommit message (Expand)AuthorFilesLines
2021-08-02Update ONF12 test casesRavi Pendurty4-64/+43
2021-07-30Merge "devicemanager-core refactoring and support for TLS mountpoints using d...KAPIL SINGAL35-181/+568
2021-07-30Merge "Update InventoryApp"Dan Timoney6-40/+118
2021-07-30devicemanager-core refactor
<?xml version="1.0" encoding="UTF-8"?>
<!--

 * ============LICENSE_START=======================================================
 * ONAP : CCSDK.feature.sdnr.wt
 * ================================================================================
 * Copyright (C) 2018 highstreet technologies GmbH 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>

        <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
    <artifactId>sdnr-wt-apigateway-top</artifactId>
    <version>0.7.0-SNAPSHOT</version>
    <packaging>pom</packaging>
    <name>ccsdk-features-sdnr-wt :: ${project.artifactId}</name>

    <parent>
        <groupId>org.onap.ccsdk.parent</groupId>
        <artifactId>odlparent-lite</artifactId>
        <version>1.5.0-SNAPSHOT</version>
        <relativePath/>
    </parent>

    <modules>
        <module>feature</module>
        <module>provider</module>
        <module>installer</module>
    </modules>

    <properties>
        <feature-name>sdnr-wt-apigateway</feature-name>
    </properties>
</project>
o' />Ravi Pendurty31-483/+610 2021-06-14Improve Websocket notification interfaceRavi Pendurty31-262/+851 2021-06-11migrate features to siliconhighstreetherbert18-389/+70 2021-05-25fix oauth-provider dependencyMichael DÜrre1-1/+1 2021-05-19FaultApp bugfixesAijana Schumann5-30/+44 2021-05-18Fix nullPointerExceptionRavi Pendurty4-11/+19 2021-05-07Add customization of networkmapAijana Schumann30-557/+1158 2021-04-29Support IPv6 addressRavi Pendurty3-20/+59 2021-04-20Reorganization of devicemanager directory structureRavi Pendurty422-96/+161 2021-04-13weekly sdnr code syncMichael DÜrre46-548/+1285 2021-04-08Merge "update odlux for notification change"Dan Timoney74-1943/+3763 2021-04-08update odlux for notification changeMichael DÜrre74-1943/+3763 2021-04-08update websocketmanagerMichael DÜrre131-1767/+3496 2021-04-06Merge "fixed license issue"Dan Timoney1-256/+6 2021-04-06Merge "source out odl mapper"KAPIL SINGAL69-291/+1414 2021-04-06Merge "PNF registration fails when node name has space"KAPIL SINGAL1-1/+2 2021-04-06source out odl mapperMichael DÜrre69-291/+1414 2021-04-06fixed license issueMichael DÜrre1-256/+6 2021-04-06PNF registration fails when node name has spaceRavi Pendurty1-1/+2 2021-04-06Callhome to VES PNF RegistrationRavi Pendurty15-268/+446 2021-03-29Map ORAN alarm-notif to VES faultRavi Pendurty37-366/+1956 2021-03-09Roll master version for IstanbulDan Timoney130-255/+255 2021-02-23Release version 1.1.1 of ccsdk/featuresDan Timoney130-259/+258 2021-02-23fixed login method for odluxMichael DÜrre1-1/+35 2021-02-23Merge "ORAN Devicemanager null exception"Dan Timoney3-14/+46