39 lines
1.3 KiB
XML
Executable File
39 lines
1.3 KiB
XML
Executable File
<?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>core</artifactId>
|
|
<groupId>com.fp.base</groupId>
|
|
<version>2.1</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>com.fp.base.core</groupId>
|
|
<artifactId>bpm</artifactId>
|
|
<name>bpm</name>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>com.fp.base.persistence</groupId>
|
|
<artifactId>util</artifactId>
|
|
<version>2.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.fp.base.persistence</groupId>
|
|
<artifactId>pgeneral</artifactId>
|
|
<version>2.1</version>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>net.sf.json-lib</groupId>
|
|
<artifactId>json-lib</artifactId>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>xom</groupId>
|
|
<artifactId>xom</artifactId>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
</dependencies>
|
|
</project>
|