<?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/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>org.jresearch.commons.gwt</groupId>
        <artifactId>org.jresearch.commons.gwt.pom</artifactId>
        <version>1.0.2</version>
        <relativePath>../pom/pom.xml</relativePath>
    </parent>
    <artifactId>org.jresearch.commons.gwt.flexess</artifactId>
    <name>JRESEARCH-COMMONS: GWT Flexess integration</name>
    <dependencies>
        <dependency>
            <groupId>io.github.amaembo</groupId>
            <artifactId>streamex</artifactId>
        </dependency>
        <dependency>
            <groupId>ma.glasnost.orika</groupId>
            <artifactId>orika-core</artifactId>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-api</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-core</artifactId>
        </dependency>
        <dependency>
            <groupId>com.google.guava</groupId>
            <artifactId>guava</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-web</artifactId>
        </dependency>
        <dependency>
            <groupId>org.jresearch.commons.base</groupId>
            <artifactId>org.jresearch.commons.base.domain</artifactId>
        </dependency>
        <dependency>
            <groupId>com.google.code.findbugs</groupId>
            <artifactId>jsr305</artifactId>
        </dependency>
        <dependency>
            <groupId>org.jresearch.commons.base.manager</groupId>
            <artifactId>org.jresearch.commons.base.manager.impl</artifactId>
        </dependency>
        <dependency>
            <groupId>org.jresearch.commons.base.manager</groupId>
            <artifactId>org.jresearch.commons.base.manager.api</artifactId>
        </dependency>
        <dependency>
            <groupId>org.aspectj</groupId>
            <artifactId>aspectjrt</artifactId>
        </dependency>
        <!-- <dependency>
            <groupId>org.aspectj</groupId>
            <artifactId>aspectjweaver</artifactId>
        </dependency> -->
        <dependency>
            <groupId>cglib</groupId>
            <artifactId>cglib-nodep</artifactId>
            <scope>runtime</scope>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-beans</artifactId>
        </dependency>
        <dependency>
            <groupId>org.hibernate</groupId>
            <artifactId>hibernate-ehcache</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-context</artifactId>
        </dependency>
        <dependency>
            <groupId>com.google.gwt</groupId>
            <artifactId>gwt-user</artifactId>
        </dependency>
        <dependency>
            <groupId>commons-lang</groupId>
            <artifactId>commons-lang</artifactId>
        </dependency>
        <dependency>
            <groupId>org.jresearch.flexess.core</groupId>
            <artifactId>org.jresearch.flexess.core.api</artifactId>
        </dependency>
        <dependency>
            <groupId>org.jresearch.flexess.umi</groupId>
            <artifactId>org.jresearch.flexess.umi.api</artifactId>
        </dependency>
        <dependency>
            <groupId>org.jresearch.flexess.core</groupId>
            <artifactId>org.jresearch.flexess.core.model.api</artifactId>
        </dependency>
        <dependency>
            <groupId>org.jresearch.commons.gwt</groupId>
            <artifactId>org.jresearch.commons.gwt.utils</artifactId>
        </dependency>
        <dependency>
            <groupId>org.jresearch.commons.gwt</groupId>
            <artifactId>org.jresearch.commons.gwt.oauth2</artifactId>
        </dependency>
        <!-- Flexess integration. Start -->
        <dependency>
            <groupId>org.jresearch.flexess.client</groupId>
            <artifactId>org.jresearch.flexess.client.local</artifactId>
        </dependency>
        <dependency>
            <groupId>org.jresearch.flexess.client</groupId>
            <artifactId>org.jresearch.flexess.client.api</artifactId>
        </dependency>
        <dependency>
            <groupId>org.jresearch.flexess.client</groupId>
            <artifactId>org.jresearch.flexess.client.impl</artifactId>
        </dependency>
        <dependency>
            <groupId>org.jresearch.flexess.models</groupId>
            <artifactId>org.jresearch.flexess.models.xml</artifactId>
        </dependency>
        <!-- Flexess admin -->
        <dependency>
            <groupId>org.jresearch.flexess.core</groupId>
            <artifactId>org.jresearch.flexess.core.meta.api</artifactId>
        </dependency>
        <dependency>
            <groupId>org.jresearch.flexess.core</groupId>
            <artifactId>org.jresearch.flexess.core.impl</artifactId>
        </dependency>
        <dependency>
            <groupId>org.hibernate</groupId>
            <artifactId>hibernate-validator</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-test</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-aop</artifactId>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
        </dependency>
        <dependency>
            <groupId>javax.servlet</groupId>
            <artifactId>javax.servlet-api</artifactId>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.hsqldb</groupId>
            <artifactId>hsqldb</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.jresearch.flexess.umi</groupId>
            <artifactId>org.jresearch.flexess.umi.internal</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>ch.qos.logback</groupId>
            <artifactId>logback-classic</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.jresearch.commons.base.resources</groupId>
            <artifactId>org.jresearch.commons.base.resources.impl</artifactId>
        </dependency>
        <dependency>
            <groupId>javax.mail</groupId>
            <artifactId>mail</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.google.gwt</groupId>
            <artifactId>gwt-dev</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>javax.validation</groupId>
            <artifactId>validation-api</artifactId>
            <scope>test</scope>
        </dependency>
    </dependencies>
    <build>
        <plugins>
            <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>gwt-maven-plugin</artifactId>
                <executions>
                    <execution>
                        <goals>
                            <goal>resources</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
        </plugins>
    </build>
</project>
