diff --git a/backend/pom.xml b/backend/pom.xml index 5aa8669469..ff7f35404e 100644 --- a/backend/pom.xml +++ b/backend/pom.xml @@ -2,6 +2,7 @@ + dataease-server io.dataease @@ -11,26 +12,22 @@ 4.0.0 backend - UTF-8 1.7.1 1.8 20.1.0 3.12.1 - 4.0.0 3.3.0 - junit junit test - com.google.guava guava @@ -39,14 +36,11 @@ org.springframework.boot spring-boot-starter-web - - org.springframework.boot spring-boot-configuration-processor - org.springframework.boot spring-boot-starter @@ -57,18 +51,15 @@ - org.springframework.boot spring-boot-starter-actuator - org.springframework.boot spring-boot-starter-test test - org.springframework.boot spring-boot-starter-aop @@ -86,9 +77,6 @@ org.projectlombok lombok - - - org.springframework.boot spring-boot-starter-websocket @@ -97,7 +85,6 @@ com.google.code.gson gson - org.flywaydb @@ -179,7 +166,6 @@ - com.fit2cloud quartz-spring-boot-starter @@ -191,15 +177,11 @@ - - - org.apache.commons commons-compress 1.21 - jaxen @@ -229,8 +211,6 @@ - - io.dataease dataease-plugin-interface @@ -246,8 +226,6 @@ dataease-plugin-datasource 1.12.0 - - pentaho-kettle @@ -296,18 +274,15 @@ - org.seleniumhq.selenium selenium-java - org.jsoup jsoup 1.14.3 - com.jayway.jsonpath json-path @@ -319,12 +294,10 @@ - org.springframework.boot spring-boot-starter-data-redis - org.apache.commons commons-pool2 @@ -343,7 +316,6 @@ src/main/resources - true static/**/*.woff @@ -352,7 +324,6 @@ static/**/*.ico - src/main/resources false @@ -364,8 +335,8 @@ - + org.apache.maven.plugins maven-resources-plugin @@ -396,12 +367,6 @@ true - - maven-clean-plugin @@ -431,14 +396,12 @@ 1.8 - org.apache.maven.plugins maven-war-plugin 2.6 - org.mybatis.generator mybatis-generator-maven-plugin @@ -460,8 +423,6 @@ - - @@ -476,50 +437,9 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - stage @@ -528,7 +448,6 @@ - pentaho-public diff --git a/frontend/pom.xml b/frontend/pom.xml index fd70bc4ba4..e8b5953939 100644 --- a/frontend/pom.xml +++ b/frontend/pom.xml @@ -61,4 +61,5 @@ + diff --git a/mobile/pom.xml b/mobile/pom.xml index 9c1f46f476..906cff4465 100644 --- a/mobile/pom.xml +++ b/mobile/pom.xml @@ -61,4 +61,5 @@ + diff --git a/pom.xml b/pom.xml index a1f5c61cca..a423da784c 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,7 @@ + 4.0.0 io.dataease dataease-server @@ -15,6 +16,7 @@ dataease + frontend mobile