Browse Source

Merge pull request '更新下版本' (#2) from imp/bi-starter-5:master into master

Reviewed-on: fanruan/bi-starter-5#2
pull/13/head
imp 2 years ago
parent
commit
15b54dee4a
  1. 5
      build.gradle
  2. 11
      pom.xml

5
build.gradle

@ -4,8 +4,8 @@ apply plugin: 'java'
/**
*
*/
def fineVersion = '10.0.2020.06.08'
def finebiVersion = '5.1.2020.06.15'
def fineVersion = '10.0.19.2021.09.18'
def finebiVersion = '5.1.17.2021.10.16'
group = 'com.fr.plugin'
version = '10.0'
@ -46,6 +46,7 @@ dependencies {
implementation 'com.finebi:fine-bi-foundation:' + finebiVersion
implementation 'com.finebi:fine-decision-bi:' + finebiVersion
implementation 'com.finebi:fine-schedule-bi:' + finebiVersion
implementation 'com.finebi:fine-bi-middle:' + finebiVersion
implementation 'org.apache.tomcat:tomcat-catalina:8.5.32'

11
pom.xml

@ -7,8 +7,8 @@
<version>10.0</version>
<packaging>pom</packaging>
<properties>
<univeral-framework-version>10.0.2020.06.08</univeral-framework-version>
<specific-framework-version>5.1.2020.06.15</specific-framework-version>
<univeral-framework-version>10.0.19.2021.09.18</univeral-framework-version>
<specific-framework-version>5.1.17.2021.10.16</specific-framework-version>
<web-inf-bucket>${project.basedir}/webroot/WEB-INF</web-inf-bucket>
</properties>
<modules>
@ -100,6 +100,13 @@
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.finebi</groupId>
<artifactId>fine-bi-middle</artifactId>
<version>${specific-framework-version}</version>
<scope>compile</scope>
</dependency>
<!-- 智能日志包 -->
<dependency>
<groupId>com.fr.intelligence</groupId>

Loading…
Cancel
Save