summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-08-22Fix issue in so-bpmn-tasksParshad Patel2-49/+61
2019-08-22Merge "Moved null check for outputs so that get() method call won't result in...Lukasz Muszkieta1-4/+4
2019-08-22Fix the ingestion of mixed resourceeeginux1-12/+11
2019-08-22General sonar fixesArindam Mondal3-6/+5
2019-08-21Add generic neutron network parametersEric Multanen1-0/+5
2019-08-21Added null check for latestStack to prevent crashOleksandr Moliavko1-10/+14
2019-08-21Merge "Javadoc and logging improvement"Seshu Kumar M5-31/+97
2019-08-21Merge "Added null check for httpResponse to prevent crash at throwing exception"Seshu Kumar M1-2/+6
2019-08-21Added null check for rootNode to prevent crash atOleksandr Moliavko1-13/+18
2019-08-21Removed unused methods injectSNIROCallbacks()Oleksandr Moliavko1-166/+0
2019-08-21Rewritten checks for status according to commentsOleksandr Moliavko1-5/+9
2019-08-20path prefix now stripped off per systemBenjamin, Max2-1/+12
2019-08-20added in exception handling if auditResult is nullKalkere Ramesh, Sharan1-2/+8
2019-08-20added additional mock to MsoGroovyTestBoslet, Cory1-66/+69
2019-08-19Merge "Solve the vnfc_instance_group_customization_id insertion failure problem"Seshu Kumar M1-0/+1
2019-08-19Close input streams via try-with-resourcesk.kazak3-18/+13
2019-08-19Added null check for heat to remove staticOleksandr Moliavko1-1/+5
2019-08-16fixed dsl builder to correctly add outputBenjamin, Max2-1/+45
2019-08-16Merge "add junit coverage for SvnfmService"Steve Smokowski1-0/+112
2019-08-16Merge "Add retrieval of vmIds and vServerIds for APPC"Steve Smokowski9-4/+719
2019-08-16Merge "Add SO Same deployment id on deployed custom workflows"Steve Smokowski1-1/+1
2019-08-16Merge "Initial commit of validation framework }
<?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.so</groupId>
    <artifactId>so</artifactId>
    <version>1.2.0-SNAPSHOT</version>
  </parent>

  <artifactId>bpmn</artifactId>
  <name>BPMN Subsystem</name>
  <description>BPMN Subsystem for MSO</description>
  <packaging>pom</packaging>

  <properties>
    <camunda.version>7.8.0</camunda.version>
    <camunda.bpm.assert.version>1.2</camunda.bpm.assert.version>
    <camunda.bpm.webapp.artifact>camunda-webapp-jboss-standalone</camunda.bpm.webapp.artifact>
    <h2.version>1.3.173</h2.version>
    <groovy.version>2.4.7</groovy.version>
    <saxon.version>9.5.1-8</saxon.version>
    <xmlunit.version>1.6</xmlunit.version>

    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

  </properties>

  <modules>
    <module>MSOCoreBPMN</module>
    <module>MSORESTClient</module>
    <module>MSOCommonBPMN</module>
    <module>MSOInfrastructureBPMN</module>
    <module>MSOURN-plugin</module>
    <module>MSOCockpit</module>
  </modules>

  <!-- Define artifact versions for child modules -->
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>org.camunda.bpm</groupId>
        <artifactId>camunda-bom</artifactId>
        <version>${camunda.version}</version>
        <scope>import</scope>
        <type>pom</type>
      </dependency>
      <dependency>
        <groupId>org.camunda.bpm.extension</groupId>
        <artifactId>camunda-bpm-assert</artifactId>
        <version>${camunda.bpm.assert.version}</version>
      </dependency>
      <dependency>
        <groupId>com.h2database</groupId>
        <artifactId>h2</artifactId>
        <version>${h2.version}</version>
      </dependency>
      <dependency>
        <groupId>org.codehaus.groovy</groupId>
        <artifactId>groovy-all</artifactId>
        <version>${groovy.version}</version>
      </dependency>
      <dependency>
        <groupId>net.sf.saxon</groupId>
        <artifactId>Saxon-HE</artifactId>
        <version>${saxon.version}</versio
53-344/+1148
2019-08-15Added check for empty processInstanceListPlummer, Brittany2-13/+26
2019-08-15asdc controller treat distributionid as requestidBhatt, Prema2-0/+37
2019-08-15apih format statusdetail to return granularPlummer, Brittany2-1/+14
2019-08-15Add SO Same deployment id on deployed custom workflowsBonkur, Venkat (vb8416)1-1/+1
2019-08-15Merge "- Updated vnfc instance groups to use the"Steve Smokowski2-77/+135
2019-08-14public keyword removed for DoCreateServiceInstanceRollback.groovyanjali.walsatwar1-5/+5
2019-08-14Merge "DoCreateVFCNetworkServiceInstance.groovy corrected"Lukasz Muszkieta1-6/+6
2019-08-13Add retrieval of vmIds and vServerIds for APPCElena Kuleshov9-4/+719
2019-08-13- Updated vnfc instance groups to use theMerkel, Jeff2-77/+135
2019-08-13Merge "Removed unused CryptoHandler, ICryptoHandler and CryptoHandlerTest cla...Lukasz Muszkieta3-159/+0
2019-08-13Merge "Place diamond op in place of type spec"Lukasz Muszkieta4-8/+5
2019-08-13Merge "Removed unused method setHPAParameters()"Lukasz Muszkieta1-18/+0
2019-08-13Removed unused CryptoHandler, ICryptoHandler andOleksandr Moliavko3-159/+0
2019-08-13Place diamond op in place of type specsindhu36725-10/+7
2019-08-13Removed unused method setHPAParameters()Oleksandr Moliavko1-18/+0
2019-08-13Merge "Removed duplicate use of networkType field in String.format() call to ...Lukasz Muszkieta1-2/+2
2019-08-13Merge "Change variable name-comply with regex"Seshu Kumar M2-4/+4
2019-08-13Merge "Change variable name-comply with regex"Seshu Kumar M2-6/+6