72 lines
2.4 KiB
XML
Executable File
72 lines
2.4 KiB
XML
Executable File
<?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>base</artifactId>
|
|
<groupId>com.fp</groupId>
|
|
<version>2.1</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>com.fp.base</groupId>
|
|
<artifactId>business</artifactId>
|
|
<name>flipbean</name>
|
|
<version>2.1</version>
|
|
<packaging>pom</packaging>
|
|
<description>Financial Lifecycle Process</description>
|
|
<modules>
|
|
<module>general</module>
|
|
<module>person</module>
|
|
<module>report</module>
|
|
<module>log</module>
|
|
<module>viaticos</module>
|
|
<module>armas</module>
|
|
</modules>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>com.fp.base.dto</groupId>
|
|
<artifactId>dto</artifactId>
|
|
<version>2.1</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.fp.base.dto</groupId>
|
|
<artifactId>common</artifactId>
|
|
<version>2.1</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.fp.base.persistence</groupId>
|
|
<artifactId>util</artifactId>
|
|
<version>2.1</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>log4j</groupId>
|
|
<artifactId>log4j</artifactId>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.fp.base.core</groupId>
|
|
<artifactId>bpm</artifactId>
|
|
<version>2.1</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.jboss.spec.javax.ejb</groupId>
|
|
<artifactId>jboss-ejb-api_3.1_spec</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.hibernate</groupId>
|
|
<artifactId>hibernate-core</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.hibernate</groupId>
|
|
<artifactId>hibernate-entitymanager</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.jbpm</groupId>
|
|
<artifactId>jbpm-human-task-core</artifactId>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
</dependencies>
|
|
</project> |