<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/maven-v4_0_0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<artifactId>jadex-model-bpmn</artifactId>
	<packaging>jar</packaging>
	<name>jadex-model-bpmn</name>
	<parent>
		<groupId>net.sourceforge.jadex</groupId>
		<artifactId>jadex-parent</artifactId>
		<version> 2.4 </version>
		<relativePath>../jadex-parent/pom.xml</relativePath>
	</parent>

	<description>Business Process Model and Notation (BPMN) implementation.</description>

	<dependencies>
		<dependency>
			<groupId>net.sourceforge.jadex</groupId>
			<artifactId>jadex-commons</artifactId>
<!-- 			<version>${project.version}</version> -->
			<version>${project.version}</version>
		</dependency>
		
		<dependency>
			<groupId>net.sourceforge.jadex</groupId>
			<artifactId>jadex-bridge</artifactId>
<!-- 			<version>${project.version}</version> -->
			<version>${project.version}</version>
		</dependency>
		
		<dependency>
			<groupId>net.sourceforge.jadex</groupId>
			<artifactId>jadex-xml</artifactId>
<!-- 			<version>${project.version}</version> -->
			<version>${project.version}</version>
		</dependency>
	</dependencies>
</project>
