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

chesnay pushed a commit to branch release-1.8
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 6e099b52bbe8ec11e719d3eef57549d493b74837
Author: Chesnay Schepler <[email protected]>
AuthorDate: Thu Nov 14 12:06:39 2019 +0100

    [FLINK-14104][build] Bump shade-plugin version to 3.1.1
    
    Earlier versions fail with jackson 2.10.1, likely due to java9+ features 
present in the jar.
---
 flink-end-to-end-tests/flink-elasticsearch6-test/pom.xml |  1 -
 pom.xml                                                  | 12 +-----------
 2 files changed, 1 insertion(+), 12 deletions(-)

diff --git a/flink-end-to-end-tests/flink-elasticsearch6-test/pom.xml 
b/flink-end-to-end-tests/flink-elasticsearch6-test/pom.xml
index 831b5ef..a099905 100644
--- a/flink-end-to-end-tests/flink-elasticsearch6-test/pom.xml
+++ b/flink-end-to-end-tests/flink-elasticsearch6-test/pom.xml
@@ -53,7 +53,6 @@ under the License.
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-shade-plugin</artifactId>
-                               <version>3.0.0</version>
                                <executions>
                                        <execution>
                                                <phase>package</phase>
diff --git a/pom.xml b/pom.xml
index 7bebbc76..fe56a3a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -768,16 +768,6 @@ under the License.
                        </dependencyManagement>
 
                        <build>
-                               <pluginManagement>
-                                       <plugins>
-                                               <plugin>
-                                                       
<groupId>org.apache.maven.plugins</groupId>
-                                                       
<artifactId>maven-shade-plugin</artifactId>
-                                                       <version>3.1.1</version>
-                                               </plugin>
-                                       </plugins>
-                               </pluginManagement>
-
                                <plugins>
                                        <plugin>
                                                
<groupId>org.apache.maven.plugins</groupId>
@@ -1628,7 +1618,7 @@ under the License.
                                <plugin>
                                        
<groupId>org.apache.maven.plugins</groupId>
                                        
<artifactId>maven-shade-plugin</artifactId>
-                                       <version>3.0.0</version>
+                                       <version>3.1.1</version>
                                </plugin>
 
                                <plugin>

Reply via email to