36 lines
1004 B
XML
Executable File
36 lines
1004 B
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>dto</artifactId>
|
|
<groupId>com.fp.base</groupId>
|
|
<version>2.1</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>com.fp.base.dto</groupId>
|
|
<artifactId>dto</artifactId>
|
|
<name>fp Platform - DTO</name>
|
|
<dependencies>
|
|
<!--dependency>
|
|
<groupId>com.fp.base.dto</groupId>
|
|
<artifactId>common</artifactId>
|
|
<version>2.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>groovy</groupId>
|
|
<artifactId>groovy-all</artifactId>
|
|
</dependency-->
|
|
|
|
<dependency>
|
|
<groupId>commons-beanutils</groupId>
|
|
<artifactId>commons-beanutils</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>log4j</groupId>
|
|
<artifactId>log4j</artifactId>
|
|
</dependency>
|
|
</dependencies>
|
|
</project>
|