You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by pd...@apache.org on 2020/09/28 14:35:44 UTC

[zeppelin] branch branch-0.9 updated: [ZEPPELIN-5069] use frontend-plugin-core insteand of frontend-maven-plugin for zengine

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

pdallig pushed a commit to branch branch-0.9
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


The following commit(s) were added to refs/heads/branch-0.9 by this push:
     new b08b95e  [ZEPPELIN-5069] use frontend-plugin-core insteand of frontend-maven-plugin for zengine
b08b95e is described below

commit b08b95e1ea09fc4639495496cb36c7cf79e170fc
Author: Philipp Dallig <ph...@gmail.com>
AuthorDate: Tue Sep 22 13:33:27 2020 +0200

    [ZEPPELIN-5069] use frontend-plugin-core insteand of frontend-maven-plugin for zengine
    
    ### What is this PR for?
    This PR replaced the frontend-maven-plugin with the frontend-plugin-core.
    
    ### What type of PR is it?
    - Refactoring
    
    ### What is the Jira issue?
    * https://issues.apache.org/jira/browse/ZEPPELIN-5069
    
    ### How should this be tested?
    * Travis-CI: https://travis-ci.org/github/Reamer/zeppelin/builds/729893691
    
    ### Questions:
    * Does the licenses files need update? No
    * Is there breaking changes for older versions? No
    * Does this needs documentation? No
    
    Author: Philipp Dallig <ph...@gmail.com>
    
    Closes #3924 from Reamer/frontend_maven_core and squashes the following commits:
    
    cfbce3fbe [Philipp Dallig] use frontend-plugin-core insteand of frontend-maven-plugin for zengine
    
    (cherry picked from commit 7aa82aa7e6b718081f96fa906670ddf8a65bba9d)
    Signed-off-by: Philipp Dallig <ph...@gmail.com>
---
 zeppelin-zengine/pom.xml | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/zeppelin-zengine/pom.xml b/zeppelin-zengine/pom.xml
index 78ecc42..a046f63 100644
--- a/zeppelin-zengine/pom.xml
+++ b/zeppelin-zengine/pom.xml
@@ -170,21 +170,13 @@
 
     <dependency>
       <groupId>com.github.eirslett</groupId>
-      <artifactId>frontend-maven-plugin</artifactId>
+      <artifactId>frontend-plugin-core</artifactId>
       <version>${frontend.maven.plugin.version}</version>
       <exclusions>
         <exclusion>
           <groupId>org.codehaus.plexus</groupId>
           <artifactId>plexus-utils</artifactId>
         </exclusion>
-        <exclusion>
-          <groupId>org.apache.maven</groupId>
-          <artifactId>maven-plugin-api</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>org.apache.maven</groupId>
-          <artifactId>maven-artifact</artifactId>
-        </exclusion>
       </exclusions>
     </dependency>