<?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>
        <artifactId>easyflow-process</artifactId>
        <groupId>com.jd.easyflow</groupId>
        <version>1.6.3</version>
    </parent>
    <artifactId>easyflow-process-admin</artifactId>
    <name>easyflow-process-admin</name>
    <packaging>jar</packaging>
    <properties>
    </properties>
    <dependencies>
             <dependency>
                <groupId>com.jd.easyflow</groupId>
                <artifactId>easyflow-process-api</artifactId>
            </dependency>     
             <dependency>
                <groupId>com.jd.easyflow</groupId>
                <artifactId>easyflow-process-common</artifactId>
            </dependency>    
        <dependency>
            <groupId>javax.servlet</groupId>
            <artifactId>javax.servlet-api</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-web</artifactId>
        </dependency>           
             <dependency>
                <groupId>com.jd.easyflow</groupId>
                <artifactId>easyflow-flow-bpmn</artifactId>
            </dependency> 
             <dependency>
                <groupId>com.jd.easyflow</groupId>
                <artifactId>easyflow-fsm</artifactId>
            </dependency>  
        <dependency>
            <groupId>javax.servlet</groupId>
            <artifactId>javax.servlet-api</artifactId>
            <scope>provided</scope>
        </dependency>                                              
    </dependencies>

</project>