|
|
@ -7,8 +7,8 @@ |
|
|
|
<version>10.0</version> |
|
|
|
<version>10.0</version> |
|
|
|
<packaging>pom</packaging> |
|
|
|
<packaging>pom</packaging> |
|
|
|
<properties> |
|
|
|
<properties> |
|
|
|
<univeral-framework-version>10.0-RELEASE-SNAPSHOT</univeral-framework-version> |
|
|
|
<univeral-framework-version>10.0.2020.06.08</univeral-framework-version> |
|
|
|
<specific-framework-version>5.1-RELEASE-SNAPSHOT</specific-framework-version> |
|
|
|
<specific-framework-version>5.1.2020.06.15</specific-framework-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> |
|
|
|
<modules> |
|
|
|
<modules> |
|
|
@ -89,14 +89,14 @@ |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.finebi</groupId> |
|
|
|
<groupId>com.finebi</groupId> |
|
|
|
<artifactId>fine-decision-bi</artifactId> |
|
|
|
<artifactId>fine-decision-bi</artifactId> |
|
|
|
<version>${univeral-framework-version}</version> |
|
|
|
<version>${specific-framework-version}</version> |
|
|
|
<scope>compile</scope> |
|
|
|
<scope>compile</scope> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.finebi</groupId> |
|
|
|
<groupId>com.finebi</groupId> |
|
|
|
<artifactId>fine-schedule-bi</artifactId> |
|
|
|
<artifactId>fine-schedule-bi</artifactId> |
|
|
|
<version>${univeral-framework-version}</version> |
|
|
|
<version>${specific-framework-version}</version> |
|
|
|
<scope>compile</scope> |
|
|
|
<scope>compile</scope> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|