Age | Commit message (Expand) | Author | Files | Lines |
2019-08-22 | Fix issue in so-bpmn-tasks | Parshad Patel | 2 | -49/+61 |
2019-08-22 | Merge "Moved null check for outputs so that get() method call won't result in... | Lukasz Muszkieta | 1 | -4/+4 |
2019-08-22 | Fix the ingestion of mixed resource | eeginux | 1 | -12/+11 |
2019-08-22 | General sonar fixes | Arindam Mondal | 3 | -6/+5 |
2019-08-21 | Add generic neutron network parameters | Eric Multanen | 1 | -0/+5 |
2019-08-21 | Added null check for latestStack to prevent crash | Oleksandr Moliavko | 1 | -10/+14 |
2019-08-21 | Merge "Javadoc and logging improvement" | Seshu Kumar M | 5 | -31/+97 |
2019-08-21 | Merge "Added null check for httpResponse to prevent crash at throwing exception" | Seshu Kumar M | 1 | -2/+6 |
2019-08-21 | Added null check for rootNode to prevent crash at | Oleksandr Moliavko | 1 | -13/+18 |
2019-08-21 | Removed unused methods injectSNIROCallbacks() | Oleksandr Moliavko | 1 | -166/+0 |
2019-08-21 | Rewritten checks for status according to comments | Oleksandr Moliavko | 1 | -5/+9 |
2019-08-20 | path prefix now stripped off per system | Benjamin, Max | 2 | -1/+12 |
2019-08-20 | added in exception handling if auditResult is null | Kalkere Ramesh, Sharan | 1 | -2/+8 |
2019-08-20 | added additional mock to MsoGroovyTest | Boslet, Cory | 1 | -66/+69 |
2019-08-19 | Merge "Solve the vnfc_instance_group_customization_id insertion failure problem" | Seshu Kumar M | 1 | -0/+1 |
2019-08-19 | Close input streams via try-with-resources | k.kazak | 3 | -18/+13 |
2019-08-19 | Added null check for heat to remove static | Oleksandr Moliavko | 1 | -1/+5 |
2019-08-16 | fixed dsl builder to correctly add output | Benjamin, Max | 2 | -1/+45 |
2019-08-16 | Merge "add junit coverage for SvnfmService" | Steve Smokowski | 1 | -0/+112 |
2019-08-16 | Merge "Add retrieval of vmIds and vServerIds for APPC" | Steve Smokowski | 9 | -4/+719 |
2019-08-16 | Merge "Add SO Same deployment id on deployed custom workflows" | Steve Smokowski | 1 | -1/+1 |
2019-08-16 | Merge "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-15 | Added check for empty processInstanceList | Plummer, Brittany | 2 | -13/+26 |
2019-08-15 | asdc controller treat distributionid as requestid | Bhatt, Prema | 2 | -0/+37 |
2019-08-15 | apih format statusdetail to return granular | Plummer, Brittany | 2 | -1/+14 |
2019-08-15 | Add SO Same deployment id on deployed custom workflows | Bonkur, Venkat (vb8416) | 1 | -1/+1 |
2019-08-15 | Merge "- Updated vnfc instance groups to use the" | Steve Smokowski | 2 | -77/+135 |
2019-08-14 | public keyword removed for DoCreateServiceInstanceRollback.groovy | anjali.walsatwar | 1 | -5/+5 |
2019-08-14 | Merge "DoCreateVFCNetworkServiceInstance.groovy corrected" | Lukasz Muszkieta | 1 | -6/+6 |
2019-08-13 | Add retrieval of vmIds and vServerIds for APPC | Elena Kuleshov | 9 | -4/+719 |
2019-08-13 | - Updated vnfc instance groups to use the | Merkel, Jeff | 2 | -77/+135 |
2019-08-13 | Merge "Removed unused CryptoHandler, ICryptoHandler and CryptoHandlerTest cla... | Lukasz Muszkieta | 3 | -159/+0 |
2019-08-13 | Merge "Place diamond op in place of type spec" | Lukasz Muszkieta | 4 | -8/+5 |
2019-08-13 | Merge "Removed unused method setHPAParameters()" | Lukasz Muszkieta | 1 | -18/+0 |
2019-08-13 | Removed unused CryptoHandler, ICryptoHandler and | Oleksandr Moliavko | 3 | -159/+0 |
2019-08-13 | Place diamond op in place of type spec | sindhu3672 | 5 | -10/+7 |
2019-08-13 | Removed unused method setHPAParameters() | Oleksandr Moliavko | 1 | -18/+0 |
2019-08-13 | Merge "Removed duplicate use of networkType field in String.format() call to ... | Lukasz Muszkieta | 1 | -2/+2 |
2019-08-13 | Merge "Change variable name-comply with regex" | Seshu Kumar M | 2 | -4/+4 |
2019-08-13 | Merge "Change variable name-comply with regex" | Seshu Kumar M | 2 | -6/+6 |