<?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">
	<parent>
		<groupId>org.activiti</groupId>
		<artifactId>ibps-activiti-root</artifactId>
		<version>4.0.1-LC.SAAS-RELEASE</version>
		<relativePath>../../pom.xml</relativePath>
	</parent>

	<modelVersion>4.0.0</modelVersion>
	<artifactId>ibps-activiti-engine-5230</artifactId>

	<properties>
		<activiti.artifact>
	      org.activiti.engine
	    </activiti.artifact>
	    <activiti.osgi.export.additional>
	      org.activiti.db.mapping.entity
	    </activiti.osgi.export.additional>
	    <activiti.osgi.import.additional>
	      junit*;resolution:=optional,
	      org.junit*;resolution:=optional,
	      com.sun*;resolution:=optional,
	      javax.persistence*;resolution:=optional,
	      org.apache.commons.mail*;resolution:=optional,
	      org.activiti.camel;resolution:=optional,
	      org.activiti.camel.impl;resolution:=optional,
	      org.springframework*;resolution:=optional,
	      org.drools*;resolution:=optional,
	      com.fasterxml*;resolution:=optional,
	      javax.transaction;resolution:=optional,
	      javax.enterprise.concurrent;resolution:=optional,
	    </activiti.osgi.import.additional>
	</properties>
	
	<dependencies>
		<dependency>
			<groupId>com.lc.ibps.bpmnbase</groupId>
			<artifactId>ibps-bpmn-api</artifactId>
		</dependency>
		<dependency>
			<groupId>org.activiti</groupId>
			<artifactId>ibps-activiti-bpmn-converter-5230</artifactId>
		</dependency>
	    <dependency>
	      <groupId>org.activiti</groupId>
	      <artifactId>activiti-process-validation</artifactId>
	    </dependency>
	    <dependency>
	      <groupId>org.activiti</groupId>
	      <artifactId>activiti-image-generator</artifactId>
	    </dependency>
	    <dependency>
	      <groupId>org.apache.commons</groupId>
	      <artifactId>commons-email</artifactId>
	    </dependency>
	    <dependency>
	      <groupId>org.apache.commons</groupId>
	      <artifactId>commons-lang3</artifactId>
	    </dependency>
	    <dependency>
	      <groupId>org.mybatis</groupId>
	      <artifactId>mybatis</artifactId>
	    </dependency>
	    <dependency>
	      <groupId>org.springframework</groupId>
	      <artifactId>spring-beans</artifactId>
	    </dependency>
	    <dependency>
	      <groupId>junit</groupId>
	      <artifactId>junit</artifactId>
	      <scope>provided</scope>
	    </dependency>
	    <dependency>
	      <groupId>org.assertj</groupId>
	      <artifactId>assertj-core</artifactId>
	      <scope>provided</scope>
	    </dependency>
	    <dependency>
	      <groupId>org.drools</groupId>
	      <artifactId>drools-core</artifactId>
	      <scope>provided</scope>
	    </dependency>
	    <dependency>
	      <groupId>org.drools</groupId>
	      <artifactId>drools-compiler</artifactId>
	      <scope>provided</scope>
	    </dependency>
	    <dependency>
	      <groupId>org.drools</groupId>
	      <artifactId>knowledge-api</artifactId>
	      <scope>provided</scope>
	    </dependency>
	    <dependency>
	      <groupId>org.apache.geronimo.specs</groupId>
	      <artifactId>geronimo-jta_1.1_spec</artifactId>
	      <scope>provided</scope>
	    </dependency>
	    <dependency>
	      <groupId>javax.enterprise.concurrent</groupId>
	      <artifactId>javax.enterprise.concurrent-api</artifactId>
	      <scope>provided</scope>
	    </dependency>
	    <dependency>
	      <groupId>com.h2database</groupId>
	      <artifactId>h2</artifactId>
	      <scope>test</scope>
	    </dependency>
	    <dependency>
	      <groupId>org.mockito</groupId>
	      <artifactId>mockito-core</artifactId>
	      <scope>test</scope>
	    </dependency>
	    <dependency>
	      <groupId>org.hibernate.javax.persistence</groupId>
	      <artifactId>hibernate-jpa-2.0-api</artifactId>
	      <scope>provided</scope>
	    </dependency>
	    <dependency>
	      <groupId>org.hibernate</groupId>
	      <artifactId>hibernate-entitymanager</artifactId>
	      <scope>test</scope>
	    </dependency>
	    <dependency>
	      <groupId>org.subethamail</groupId>
	      <artifactId>subethasmtp-wiser</artifactId>
	      <scope>test</scope>
	    </dependency>
	    <dependency>
	      <groupId>mysql</groupId>
	      <artifactId>mysql-connector-java</artifactId>
	      <scope>test</scope>
	    </dependency>
	    <dependency>
	      <groupId>org.postgresql</groupId>
	      <artifactId>postgresql</artifactId>
	      <scope>test</scope>
	    </dependency>
	    <dependency>
	      <groupId>net.sourceforge.jtds</groupId>
	      <artifactId>jtds</artifactId>
	      <scope>test</scope>
	    </dependency>
	    <dependency>
	      <groupId>com.fasterxml.uuid</groupId>
	      <artifactId>java-uuid-generator</artifactId>
	      <scope>provided</scope>
	    </dependency>
	    <dependency>
	      <!-- required for DiagramQueryTest -->
	      <groupId>commons-io</groupId>
	      <artifactId>commons-io</artifactId>
	      <scope>test</scope>
	    </dependency>
	    <dependency>
	      <groupId>joda-time</groupId>
	      <artifactId>joda-time</artifactId>
	    </dependency>
	    <dependency>
	      <groupId>org.slf4j</groupId>
	      <artifactId>slf4j-api</artifactId>
	    </dependency>
	    <dependency>
	      <groupId>org.slf4j</groupId>
	      <artifactId>jcl-over-slf4j</artifactId>
	    </dependency>
	    <dependency>
	      <groupId>ch.qos.logback</groupId>
	      <artifactId>logback-classic</artifactId>
	      <scope>test</scope>
	    </dependency>
	    <!-- Required for testing JTA -->
	    <dependency>
	      <groupId>org.codehaus.btm</groupId>
	      <artifactId>btm</artifactId>
	      <scope>test</scope>
	    </dependency>
	</dependencies>
	<build>
		<resources>
			<resource>
				<directory>src/main/java</directory>
				<includes>
					<include>**/*.xml</include>
					<include>**/*.png</include>
				</includes>
				<filtering>false</filtering>
			</resource>
		</resources>
	</build>
</project>