This is an automated email from the ASF dual-hosted git repository.
alexott 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 9b515b8 [ZEPPELIN-4891] Remove duplicate declaration
9b515b8 is described below
commit 9b515b8bddcbec82d8c9e3a87e10f20eb30828c6
Author: Philipp Dallig <[email protected]>
AuthorDate: Thu Jun 18 12:01:25 2020 +0200
[ZEPPELIN-4891] Remove duplicate declaration
### What is this PR for?
Fixes a Maven warning because maven-resources-plugin and
net.jodah:concurrentunit is defined twice in flink/interpreter/pom.xml
### What type of PR is it?
Bug Fix
### What is the Jira issue?
* https://issues.apache.org/jira/browse/ZEPPELIN-4891
### How should this be tested?
* **Travis-CI**:
https://travis-ci.org/github/Reamer/zeppelin/builds/699634998
### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No
Author: Philipp Dallig <[email protected]>
Closes #3807 from Reamer/mvn_warning_flink_interpreter and squashes the
following commits:
f5e945060 [Philipp Dallig] Fixes a Maven warning because
maven-resources-plugin and net.jodah:concurrentunit is defined twice in this
pom.xml
(cherry picked from commit 54c8ce895fb56419c54500791d8bfeba364e9b10)
Signed-off-by: Alex Ott <[email protected]>
---
flink/interpreter/pom.xml | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/flink/interpreter/pom.xml b/flink/interpreter/pom.xml
index 3adc45b..5d6d41b 100644
--- a/flink/interpreter/pom.xml
+++ b/flink/interpreter/pom.xml
@@ -619,13 +619,6 @@
</dependency>
<dependency>
- <groupId>net.jodah</groupId>
- <artifactId>concurrentunit</artifactId>
- <version>0.4.4</version>
- <scope>test</scope>
- </dependency>
-
- <dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.11</artifactId>
<version>3.0.8</version>
@@ -801,9 +794,6 @@
<artifactId>maven-dependency-plugin</artifactId>
</plugin>
<plugin>
- <artifactId>maven-resources-plugin</artifactId>
- </plugin>
- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<configuration>