<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>com.suncode</groupId>
		<artifactId>plusworkflow</artifactId>
		<version>4.4.2</version>
		<relativePath/>
	</parent>

	<groupId>com.suncode.client</groupId>
	<artifactId>suncode-cloud</artifactId>
	<version>4.4.2</version>
	<packaging>war</packaging>
	<name>Suncode Cloud</name>
	<dependencies>
	<dependency>
		<groupId>com.suncode</groupId>
		<artifactId>plusworkflow-web</artifactId>
		<type>war</type>
	</dependency>
	<dependency>
		<groupId>com.suncode</groupId>
		<artifactId>plusworkflow-api</artifactId>
		<scope>provided</scope>
	</dependency>
	<dependency>
		<groupId>com.suncode</groupId>
		<artifactId>cuf-all</artifactId>
		<type>pom</type>
		<scope>provided</scope>
	</dependency>
	</dependencies>
		<!-- 
			Bundled plugins: Empty after PWFL-11257
		-->
</project>
