<?xml version="1.0" encoding="UTF-8"?>
<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>org.jbpm</groupId>
    		<artifactId>jbpm-gwt</artifactId>
		<version>5.2.2.Final</version>
	</parent>

	<artifactId>jbpm-gwt-shared</artifactId>

	<name>jBPM GWT Console Shared</name>

	<dependencies>
        <dependency>
          <groupId>org.antlr</groupId>
          <artifactId>stringtemplate</artifactId>
        </dependency>
        <dependency>
          <groupId>antlr</groupId>
          <artifactId>antlr</artifactId>
        </dependency>
        <dependency>
          <groupId>commons-io</groupId>
          <artifactId>commons-io</artifactId>
        </dependency>
        <dependency>
          <groupId>org.slf4j</groupId>
          <artifactId>slf4j-log4j12</artifactId>
        </dependency>
        <dependency>
  		   <groupId>commons-codec</groupId>
  		   <artifactId>commons-codec</artifactId>
		</dependency>
        <dependency>
            <groupId>com.sun.xml.stream</groupId>
            <artifactId>sjsxp</artifactId>
        </dependency>
        <dependency>
            <groupId>javax.xml</groupId>
            <artifactId>jsr173</artifactId>
        </dependency>
	</dependencies>

</project>
