<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>
	<artifactId>jbizmo-commons-javaee</artifactId>

	<parent>
		<groupId>net.sourceforge.jbizmo</groupId>
		<artifactId>jbizmo-master</artifactId>
		<version>2.1.0</version>
		<relativePath>../net.sourceforge.jbizmo</relativePath>
	</parent>

	<dependencies>
		<dependency>
			<groupId>javax</groupId>
			<artifactId>javaee-api</artifactId>
			<version>${version_java_ee}</version>
			<scope>provided</scope>
		</dependency>
		<dependency>
			<groupId>net.sourceforge.jbizmo</groupId>
			<artifactId>jbizmo-commons-server</artifactId>
			<version>${project.version}</version>
		</dependency>
	</dependencies>
</project>