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

martijnvisser pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/flink-connector-elasticsearch.git

commit efa3b150027afbac740db7956a52b9b1f908b83a
Author: Jing Ge <[email protected]>
AuthorDate: Wed Apr 6 17:13:36 2022 +0200

    [FLINK-27061][maven] fix relative path bug.
---
 flink-connector-elasticsearch-base/pom.xml | 1 -
 flink-connector-elasticsearch6/pom.xml     | 8 --------
 flink-connector-elasticsearch7/pom.xml     | 5 +++++
 3 files changed, 5 insertions(+), 9 deletions(-)

diff --git a/flink-connector-elasticsearch-base/pom.xml 
b/flink-connector-elasticsearch-base/pom.xml
index a5afd00..5884be3 100644
--- a/flink-connector-elasticsearch-base/pom.xml
+++ b/flink-connector-elasticsearch-base/pom.xml
@@ -27,7 +27,6 @@ under the License.
                <groupId>org.apache.flink</groupId>
                <artifactId>flink-connectors</artifactId>
                <version>1.16-SNAPSHOT</version>
-               <relativePath>..</relativePath>
        </parent>
 
        <artifactId>flink-connector-elasticsearch-base</artifactId>
diff --git a/flink-connector-elasticsearch6/pom.xml 
b/flink-connector-elasticsearch6/pom.xml
index 3adae87..66b99b9 100644
--- a/flink-connector-elasticsearch6/pom.xml
+++ b/flink-connector-elasticsearch6/pom.xml
@@ -27,7 +27,6 @@ under the License.
                <groupId>org.apache.flink</groupId>
                <artifactId>flink-connectors</artifactId>
                <version>1.16-SNAPSHOT</version>
-               <relativePath>..</relativePath>
        </parent>
 
        <artifactId>flink-connector-elasticsearch6</artifactId>
@@ -160,13 +159,6 @@ under the License.
                        <scope>test</scope>
                </dependency>
 
-               <!-- ArchUit test dependencies -->
-
-               <dependency>
-                       <groupId>org.apache.flink</groupId>
-                       <artifactId>flink-architecture-tests-test</artifactId>
-                       <scope>test</scope>
-               </dependency>
        </dependencies>
 
        <build>
diff --git a/flink-connector-elasticsearch7/pom.xml 
b/flink-connector-elasticsearch7/pom.xml
index 90c8427..0cda637 100644
--- a/flink-connector-elasticsearch7/pom.xml
+++ b/flink-connector-elasticsearch7/pom.xml
@@ -163,6 +163,11 @@ under the License.
                        <artifactId>flink-architecture-tests-test</artifactId>
                        <scope>test</scope>
                </dependency>
+               <dependency>
+                       <groupId>org.apache.flink</groupId>
+                       
<artifactId>flink-architecture-tests-production</artifactId>
+                       <scope>test</scope>
+               </dependency>
        </dependencies>
 
        <build>

Reply via email to