54 lines
1.7 KiB
XML
54 lines
1.7 KiB
XML
<?xml version="1.0"?>
|
|
<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>business</artifactId>
|
|
<groupId>com.fp.base</groupId>
|
|
<version>2.1</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>com.fp.base.business</groupId>
|
|
<artifactId>general</artifactId>
|
|
<name>general</name>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>com.fp.base.business</groupId>
|
|
<artifactId>person</artifactId>
|
|
<version>2.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.fp.base.persistence</groupId>
|
|
<artifactId>pgeneral</artifactId>
|
|
<version>2.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.fp.base</groupId>
|
|
<artifactId>sessionbeans</artifactId>
|
|
<version>2.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>quartz</groupId>
|
|
<artifactId>quartz</artifactId>
|
|
<version>1.5.2-brew</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.fp.base.bpm</groupId>
|
|
<artifactId>bpmlib</artifactId>
|
|
<version>2.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.fp.base.bpm</groupId>
|
|
<artifactId>simple</artifactId>
|
|
<version>2.1</version>
|
|
</dependency>
|
|
<!--dependency>
|
|
<groupId>org.jbpm</groupId>
|
|
<artifactId>jbpm-human-task</artifactId>
|
|
</dependency-->
|
|
|
|
</dependencies>
|
|
</project>
|