summaryrefslogtreecommitdiffstats
path: root/openecomp-be
AgeCommit message (Expand)AuthorFilesLines
2018-10-17VSP submit doesn't validate vlm versionayalaben3-8/+21
2018-10-16Increased UT coverage ActionManagerImplTestmojahidi2-7/+474
2018-10-15Test coverage : openecomp-tosca-libsiddharth09058-376/+1352
2018-10-14Unit test coverageayalaben23-78/+887
2
<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~  Copyright © 2019 IBM.
  ~
  ~  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.
  -->
<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.cds.blueprintsprocessor</groupId>
        <artifactId>commons</artifactId>
        <version>1.0.0-SNAPSHOT</version>
    </parent>

    <artifactId>ssh-lib</artifactId>
    <packaging>jar</packaging>

    <name>Blueprints Processor SSH Lib</name>
    <description>Blueprints Processor SSH Lib</description>

    <dependencies>
        <dependency>
           <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
           <artifactId>blueprint-core</artifactId>
        </dependency>
        <dependency>
            <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
            <artifactId>processor-core</artifactId>
        </dependency>
        <dependency>
            <groupId>org.apache.sshd</groupId>
            <artifactId>sshd-core</artifactId>
        </dependency>
    </dependencies>
</project>
//seccdn.libravatar.org/avatar/7cf2ac555014b2a6ef4f4c7810cfa194?s=13&d=retro' />shiria3-0/+80 2018-09-05fix merge issueMichael Lando11-178/+381 2018-08-26related-networks property support as inputAssaf, Shay (sa726r)401-3043/+8329 2018-08-22Bugfix - Broken Action Library APIsojasdubey6-115/+216 2018-08-16Fortify SDC issuesiddharth09053-19/+21 2018-08-16Fixed logback test config for multiple modulesvempo14-674/+35 2018-08-16Log configuration for config and vnfrepo testsvempo2-11/+33 2018-08-16Prevent submit of vsp with archived vlm attachedtalig3-27/+132 2018-08-16Fix NPEtalio1-11/+18 2018-08-15maven improvements and clean upMichael Lando4-7/+3 2018-08-14Removed execution of PMD from buildvempo11-945/+2 2018-08-13Appears toggle for MRN in toggle uisiddharth09051-8/+5 2018-08-13EP and LKG UUID bugfixayalaben3-4/+6 2018-08-13Network Cloud onboarding model sync with sdc modelAssaf, Shay (sa726r)2-0/+27 2018-08-13UTest for SRIOVShnaider, Marina (ms7589)7-2/+2554 2018-08-12Toggle for SRIOVShnaider, Marina (ms7589)4-3/+34 2018-08-12Removed VNF repo configuration testvempo2-11/+0 2018-08-12TOSCA Consolidation Data - Refactoring Part 4eleonorali1-8/+2 2018-08-12SRIOV for SDNFShnaider, Marina (ms7589)24-14/+6030 2018-08-10Inconsistent behavior in license model xmlsshrikantawachar17-213/+40 2018-08-10Onboarding backend build optimization.Gautam Shah4-142/+173 2018-08-09Corrected relative path to parent POMvempo30-30/+0 2018-08-09Improved JaCoCo configurationvempo2-2/+1 2018-08-07Remove filter and archive toggleayalaben1-6/+0 2018-08-07Add FabricConfiguration capabilityManzon, Inna (im453s)1-0/+2 2018-08-06Forward test output to console on demandvempo2-2/+0 2018-08-06Minor improvements to logging for servletsvempo16-56/+198