Authored by csgyoho

no message

<?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>ufo-platform</artifactId>
<groupId>com.yoho.ufo</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ufo-platform-coupon</artifactId>
<groupId>com.yoho.ufo</groupId>
<packaging>jar</packaging>
<name>ufo-platform-coupon</name>
</project>
\ No newline at end of file
... ...
... ... @@ -71,6 +71,11 @@
</dependency>
<dependency>
<groupId>com.yoho.ufo</groupId>
<artifactId>ufo-platform-coupon</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.yoho.ufo</groupId>
<artifactId>ufo-platform-common</artifactId>
<version>${project.version}</version>
</dependency>
... ... @@ -259,5 +264,6 @@
<module>web</module>
<module>deploy</module>
<module>resource</module>
<module>coupon</module>
</modules>
</project>
\ No newline at end of file
... ...