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 97bb1b1a [FLINK-29616] Polish Table Store Pom file to avoid warning
97bb1b1a is described below

commit 97bb1b1aba88882eeca2db6a4c6181d86c39cc45
Author: gongzhongqiang <764629...@qq.com>
AuthorDate: Thu Oct 13 19:05:44 2022 +0800

    [FLINK-29616] Polish Table Store Pom file to avoid warning
    
    This closes #317
---
 flink-table-store-codegen/pom.xml |  1 +
 pom.xml                           | 22 ++++++++++++++--------
 2 files changed, 15 insertions(+), 8 deletions(-)

diff --git a/flink-table-store-codegen/pom.xml 
b/flink-table-store-codegen/pom.xml
index 1356b25e..1674275e 100644
--- a/flink-table-store-codegen/pom.xml
+++ b/flink-table-store-codegen/pom.xml
@@ -94,6 +94,7 @@ under the License.
             <plugin>
                 <groupId>net.alchim31.maven</groupId>
                 <artifactId>scala-maven-plugin</artifactId>
+                <version>3.2.2</version>
                 <executions>
                     <!-- Run scala compiler in the process-resources phase, so 
that dependencies on
                         scala classes can be resolved later in the (Java) 
compile phase -->
diff --git a/pom.xml b/pom.xml
index 6283fe73..ec8d17c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -149,14 +149,6 @@ under the License.
             <scope>test</scope>
         </dependency>
 
-        <dependency>
-            <groupId>org.junit</groupId>
-            <artifactId>junit-bom</artifactId>
-            <version>${junit5.version}</version>
-            <type>pom</type>
-            <scope>import</scope>
-        </dependency>
-
         <dependency>
             <groupId>org.assertj</groupId>
             <artifactId>assertj-core</artifactId>
@@ -207,6 +199,14 @@ under the License.
                 <version>1.3.9</version>
             </dependency>
 
+            <dependency>
+                <groupId>org.junit</groupId>
+                <artifactId>junit-bom</artifactId>
+                <version>${junit5.version}</version>
+                <type>pom</type>
+                <scope>import</scope>
+            </dependency>
+
             <dependency>
                 <groupId>junit</groupId>
                 <artifactId>junit</artifactId>
@@ -675,6 +675,12 @@ under the License.
 
         <pluginManagement>
             <plugins>
+                <plugin>
+                    <groupId>org.codehaus.mojo</groupId>
+                    <artifactId>build-helper-maven-plugin</artifactId>
+                    <version>1.7</version>
+                </plugin>
+
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-compiler-plugin</artifactId>

Reply via email to