<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>g9-jgrape</artifactId>
	<name>g9 JGrape</name>
	<description>jGrape api used by generated service code</description>
	<parent>
		<artifactId>g9-runtime</artifactId>
		<groupId>no.esito</groupId>
		<version>2.9.0</version>
	</parent>
	<dependencies>
		<dependency>
			<groupId>no.esito</groupId>
			<artifactId>g9-common</artifactId>
		</dependency>
		<dependency>
			<groupId>joda-time</groupId>
			<artifactId>joda-time</artifactId>
			<optional>true</optional>
		</dependency>
		<dependency>
			<groupId>net.sf.jasperreports</groupId>
			<artifactId>jasperreports</artifactId>
			<optional>true</optional>
		</dependency>
        <dependency>
            <groupId>org.jboss.logging</groupId>
            <artifactId>jboss-logging</artifactId>
        </dependency>
	</dependencies>
</project>
