You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by do...@apache.org on 2022/04/25 12:42:46 UTC

[incubator-inlong] branch master updated: [INLONG-3938][Dashboard] Remove module cache and update dependency (#3939)

This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new 99b1601fa [INLONG-3938][Dashboard] Remove module cache and update dependency (#3939)
99b1601fa is described below

commit 99b1601fa640989178b655924f6880656f3f6b51
Author: dockerzhang <do...@apache.org>
AuthorDate: Mon Apr 25 20:42:41 2022 +0800

    [INLONG-3938][Dashboard] Remove module cache and update dependency (#3939)
---
 .github/workflows/ci_build.yml | 1 +
 inlong-dashboard/pom.xml       | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/ci_build.yml b/.github/workflows/ci_build.yml
index ed6811032..fd6365601 100644
--- a/.github/workflows/ci_build.yml
+++ b/.github/workflows/ci_build.yml
@@ -72,6 +72,7 @@ jobs:
           path: |
             ~/.m2/repository
             !~/.m2/repository/org/apache/inlong
+            !~/.m2/repository/com/github/eirslett
           key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
           restore-keys: ${{ runner.os }}-m2
 
diff --git a/inlong-dashboard/pom.xml b/inlong-dashboard/pom.xml
index a144091c1..1d70f8478 100644
--- a/inlong-dashboard/pom.xml
+++ b/inlong-dashboard/pom.xml
@@ -36,7 +36,7 @@
             <plugin>
                 <groupId>com.github.eirslett</groupId>
                 <artifactId>frontend-maven-plugin</artifactId>
-                <version>1.12.0</version>
+                <version>1.12.1</version>
                 <configuration>
                     <nodeVersion>v14.18.1</nodeVersion>
                     <npmVersion>6.14.15</npmVersion>