<?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>
        <artifactId>springo-build</artifactId>
        <groupId>cn.sexycode</groupId>
        <version>0.0.1</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>spring-go</artifactId>

    <dependencyManagement>
        <dependencies>
            <dependency>
                <groupId>cn.sexycode</groupId>
                <artifactId>springo-dependencies</artifactId>
                <version>${springo.version}</version>
                <type>pom</type>
                <scope>import</scope>
            </dependency>
        </dependencies>
    </dependencyManagement>

    <dependencies>
        <!--<dependency>
            <groupId>cn.sexycode</groupId>
            <artifactId>springo-bpm-activiti</artifactId>
        </dependency>-->
        <dependency>
            <groupId>cn.sexycode</groupId>
            <artifactId>springo-form-spring-boot-starter</artifactId>
        </dependency>
        <dependency>
            <groupId>cn.sexycode</groupId>
            <artifactId>springo-data-spring-boot-starter</artifactId>
        </dependency>
        <dependency>
            <groupId>com.alibaba</groupId>
            <artifactId>druid</artifactId>
        </dependency>
        <dependency>
            <groupId>mysql</groupId>
            <artifactId>mysql-connector-java</artifactId>
        </dependency>
        <dependency>
            <groupId>cn.sexycode</groupId>
            <artifactId>springo-web-spring-boot-starter</artifactId>
        </dependency>
        <dependency>
            <groupId>cn.sexycode</groupId>
            <artifactId>springo-org-spring-boot-starter</artifactId>
        </dependency>
        <dependency>
            <groupId>cn.sexycode</groupId>
            <artifactId>springo-docs-spring-boot-starter</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-devtools</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-actuator</artifactId>
        </dependency>
        <dependency>
            <groupId>org.apache.velocity</groupId>
            <artifactId>velocity-engine-core</artifactId>
        </dependency>
        <dependency>
            <groupId>cn.sexycode</groupId>
            <artifactId>springo-gen-spring-boot-starter</artifactId>
        </dependency>
    </dependencies>

    <build>
        <plugins>
            <plugin>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>
            </plugin>
        </plugins>
    </build>
</project>