<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.1.102</version>
	</parent>

	<artifactId>cuf</artifactId>
	<packaging>pom</packaging>
	
	<modules>
		<module>cuf-core</module>
		<module>cuf-web</module>
		<module>cuf-all</module>
	</modules>

	<dependencyManagement>
		<dependencies>
			<dependency>
				<groupId>com.suncode</groupId>
				<artifactId>cuf-core</artifactId>
				<version>4.1.102</version>
			</dependency>

			<dependency>
				<groupId>com.suncode</groupId>
				<artifactId>cuf-web</artifactId>
				<version>4.1.102</version>
				<type>war</type>
			</dependency>
		</dependencies>
	</dependencyManagement>

</project>