maia/base/dto/pom.xml

33 lines
1.0 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>base</artifactId>
<groupId>com.fp</groupId>
<version>2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.fp.base</groupId>
<artifactId>dto</artifactId>
<name>dto</name>
<version>2.1</version>
<packaging>pom</packaging>
<description>Financial Lifecycle Process</description>
<modules>
<module>common</module>
<module>dto</module>
</modules>
<dependencies>
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity</artifactId>
</dependency>
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-tools</artifactId>
</dependency>
</dependencies>
</project>