|
|
@ -3,10 +3,10 @@ |
|
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
<groupId>com.fr.plugin</groupId> |
|
|
|
<groupId>com.fr.plugin</groupId> |
|
|
|
<artifactId>starter</artifactId> |
|
|
|
<artifactId>starter</artifactId> |
|
|
|
<version>10.0</version> |
|
|
|
<version>11.0</version> |
|
|
|
<packaging>pom</packaging> |
|
|
|
<packaging>pom</packaging> |
|
|
|
<properties> |
|
|
|
<properties> |
|
|
|
<common-version>10.0-RELEASE-SNAPSHOT</common-version> |
|
|
|
<common-version>11.0-RELEASE-SNAPSHOT</common-version> |
|
|
|
<web-inf-bucket>${project.basedir}/webroot/WEB-INF</web-inf-bucket> |
|
|
|
<web-inf-bucket>${project.basedir}/webroot/WEB-INF</web-inf-bucket> |
|
|
|
</properties> |
|
|
|
</properties> |
|
|
|
<dependencies> |
|
|
|
<dependencies> |
|
|
@ -28,6 +28,12 @@ |
|
|
|
<version>${common-version}</version> |
|
|
|
<version>${common-version}</version> |
|
|
|
<scope>compile</scope> |
|
|
|
<scope>compile</scope> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>com.fr.cbb</groupId> |
|
|
|
|
|
|
|
<artifactId>fine-cbb</artifactId> |
|
|
|
|
|
|
|
<version>${common-version}</version> |
|
|
|
|
|
|
|
<scope>compile</scope> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.fr.webui</groupId> |
|
|
|
<groupId>com.fr.webui</groupId> |
|
|
|
<artifactId>fine-webui</artifactId> |
|
|
|
<artifactId>fine-webui</artifactId> |
|
|
|