<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.flowable</groupId>
        <artifactId>flowable-spring-boot</artifactId>
        <relativePath>../</relativePath>
        <version>6.8.0</version>
    </parent>

    <artifactId>flowable-spring-boot-samples</artifactId>

    <packaging>pom</packaging>
    <modules>
    	<module>flowable-spring-boot-sample-app</module>
        <module>flowable-spring-boot-sample-process</module>
        <module>flowable-spring-boot-sample-jpa</module>
        <module>flowable-spring-boot-sample-jpa-all</module>
        <module>flowable-spring-boot-sample-security</module>
        <module>flowable-spring-boot-sample-rest-api</module>      
		<module>flowable-spring-boot-sample-rest-api-security</module>
        <module>flowable-spring-boot-sample-actuator</module>
        <module>flowable-spring-boot-sample-integration</module>
        <module>flowable-spring-boot-sample-custom-mybatis-mapper</module>
        <module>flowable-spring-boot-sample-dmn</module>
        <module>flowable-spring-boot-sample-form</module>
        <module>flowable-spring-boot-sample-content</module>
        <module>flowable-spring-boot-sample-cmmn</module>
        <module>flowable-spring-boot-sample-ldap</module>
        <module>flowable-spring-boot-sample-rest-1.5.x</module>
        <module>flowable-spring-boot-sample-starter</module>
    </modules>
    <dependencies>
        <dependency>
            <groupId>org.apache.groovy</groupId>
            <artifactId>groovy-jsr223</artifactId>
        </dependency>
        <dependency>
            <groupId>com.h2database</groupId>
            <artifactId>h2</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-test</artifactId>
        </dependency>
    </dependencies>
    
     <build>
            <plugins>
            </plugins>
        </build>
</project>