aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoCreateVnf.bpmn
diff options
context:
space:
mode:
authorzm330 <zhangminyj@chinamobile.com>2019-04-30 20:11:22 +0800
committerzm330 <zhangminyj@chinamobile.com>2019-04-30 20:17:31 +0800
commit4be9e10f23a3d64607c9d986ce98146c828b94f8 (patch)
treebac2814e9e5db9815f0e74b9aabbe24ee2ce7dce /bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoCreateVnf.bpmn
parentd26574fe0e44f43bfbf507adbf91a28c1b53c63a (diff)
add resource input
Save format when resource is list type e.g. {key2:vf_prop_list,INDEX,key|default} Change-Id: I1cde294eb790df0be6df13cfae9959310b93f366 Issue-ID: SO-1393 Signed-off-by: zm330 <zhangminyj@chinamobile.com>
Diffstat (limited to 'bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoCreateVnf.bpmn')
0 files changed, 0 insertions, 0 deletions
.fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
<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.openecomp.so</groupId>
		<artifactId>so</artifactId>
		<version>1.2.0-SNAPSHOT</version>
	</parent>

	<groupId>org.openecomp.so</groupId>
	<artifactId>adapters</artifactId>
	<name>MSO Adapters</name>
	<description>Adapters for MSO</description>
	<packaging>pom</packaging>

	<modules>
		<module>mso-adapter-utils</module>
		<module>mso-adapters-rest-interface</module>
		<module>mso-network-adapter</module>
		<module>mso-network-adapter-async-client</module>
		<module>mso-sdnc-adapter</module>
		<!--<module>mso-appc-adapter</module>-->
		<module>mso-tenant-adapter</module>
		<module>mso-vnf-adapter</module>
		<module>mso-vnf-adapter-async-client</module>
		<module>mso-requests-db-adapter</module>
		<module>mso-catalog-db-adapter</module>
		<module>mso-workflow-message-adapter</module>
		<module>mso-vfc-adapter</module>
	</modules>
	<dependencies>
		<dependency>
			<groupId>org.apache.httpcomponents</groupId>
			<artifactId>httpclient</artifactId>
		</dependency>
		<dependency>
            <groupId>org.apache.httpcomponents</groupId>
            <artifactId>httpcore</artifactId>
        </dependency>
		<dependency>
			<groupId>org.assertj</groupId>
			<artifactId>assertj-core</artifactId>
			<version>3.9.0</version>
			<scope>test</scope>
		</dependency>
	</dependencies>
</project>