<?xml version="1.0" encoding="UTF-8"?>

<!-- ====================================================================== -->
<!--                                                                        -->
<!--  JBoss, the OpenSource J2EE webOS                                      -->
<!--                                                                        -->
<!--  Distributable under LGPL license.                                     -->
<!--  See terms of license at http://www.gnu.org.                           -->
<!--                                                                        -->
<!-- ====================================================================== -->

<!-- $Id: pom.xml 3403 2008-12-16 17:50:21Z tom.baeyens@jboss.com $ -->

<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>

  <name>jBPM 4 Dependency - ESB Test Util</name>
  <groupId>org.jbpm.jbpm4.dependencies.esb</groupId>
  <artifactId>test-util</artifactId>
  <packaging>jar</packaging>
  
  <version>4.4.0.GA</version>
  
  <organization>
    <name>JBoss, a division of Red Hat</name>
    <url>http://www.jboss.org</url>
  </organization>
  
  <dependencies>
    <dependency>
      <groupId>org.jbpm.jbpm4.dependencies.esb</groupId>
      <artifactId>jbossesb-rosetta</artifactId>
      <version>4.4.0.GA</version>
    </dependency>
  </dependencies>

  <licenses>
    <license>
      <name>lgpl</name>
      <url>http://repository.jboss.com/licenses/lgpl.txt</url>
    </license>
  </licenses>
  
</project>