You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by lz...@apache.org on 2023/01/03 10:08:32 UTC

[flink-table-store] branch master updated: [hotfix] Revert "Speed up build" to support maven 3.2.5

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

lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-table-store.git


The following commit(s) were added to refs/heads/master by this push:
     new 6489d299 [hotfix] Revert "Speed up build" to support maven 3.2.5
6489d299 is described below

commit 6489d299aa87666f6f26b88c691850ea9fd63428
Author: JingsongLi <lz...@aliyun.com>
AuthorDate: Tue Jan 3 18:07:25 2023 +0800

    [hotfix] Revert "Speed up build" to support maven 3.2.5
    
    This reverts commit 252b7c2a402f3f52d3e694eb26ae4ea997c83fff.
---
 pom.xml | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0dbe209a..97af3b04 100644
--- a/pom.xml
+++ b/pom.xml
@@ -260,13 +260,6 @@ under the License.
                 <version>${flink.version}</version>
                 <scope>test</scope>
             </dependency>
-
-            <dependency>
-                <!-- pin transitive dependency of org.apache.hadoop:hadoop-common:2.8.5 -->
-                <groupId>net.minidev</groupId>
-                <artifactId>json-smart</artifactId>
-                <version>2.3.1</version>
-            </dependency>
         </dependencies>
     </dependencyManagement>
 
@@ -360,7 +353,7 @@ under the License.
             <plugin>
                 <groupId>org.apache.rat</groupId>
                 <artifactId>apache-rat-plugin</artifactId>
-                <version>0.15</version>
+                <version>0.13</version>
                 <inherited>false</inherited>
                 <executions>
                     <execution>
@@ -679,7 +672,7 @@ under the License.
             <plugin>
                 <groupId>org.commonjava.maven.plugins</groupId>
                 <artifactId>directory-maven-plugin</artifactId>
-                <version>1.0</version>
+                <version>0.1</version>
                 <executions>
                     <execution>
                         <id>directories</id>