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

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

commit 2fcfb4ee4401968c6515b6f65444097b285d0d04
Author: Chesnay Schepler <ches...@apache.org>
AuthorDate: Tue Oct 26 00:48:06 2021 +0200

    [FLINK-24018][build] Remove Scala dependencies from Java APIs
---
 flink-connector-hbase-e2e-tests/pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/flink-connector-hbase-e2e-tests/pom.xml 
b/flink-connector-hbase-e2e-tests/pom.xml
index b568660..6b76ddd 100644
--- a/flink-connector-hbase-e2e-tests/pom.xml
+++ b/flink-connector-hbase-e2e-tests/pom.xml
@@ -50,13 +50,13 @@ under the License.
                <!--using hbase shade jar to execute end-to-end test-->
                <dependency>
                        <groupId>org.apache.flink</groupId>
-                       
<artifactId>flink-sql-connector-hbase-1.4_${scala.binary.version}</artifactId>
+                       <artifactId>flink-sql-connector-hbase-1.4</artifactId>
                        <version>${project.version}</version>
                        <scope>test</scope>
                </dependency>
                <dependency>
                        <groupId>org.apache.flink</groupId>
-                       
<artifactId>flink-sql-connector-hbase-2.2_${scala.binary.version}</artifactId>
+                       <artifactId>flink-sql-connector-hbase-2.2</artifactId>
                        <version>${project.version}</version>
                        <scope>test</scope>
                </dependency>
@@ -193,7 +193,7 @@ under the License.
                                                                </artifactItem>
                                                                <artifactItem>
                                                                        
<groupId>org.apache.flink</groupId>
-                                                                       
<artifactId>flink-sql-connector-hbase-1.4_${scala.binary.version}</artifactId>
+                                                                       
<artifactId>flink-sql-connector-hbase-1.4</artifactId>
                                                                        
<version>${project.version}</version>
                                                                        
<destFileName>sql-hbase-1.4.jar</destFileName>
                                                                        
<type>jar</type>
@@ -201,7 +201,7 @@ under the License.
                                                                </artifactItem>
                                                                <artifactItem>
                                                                        
<groupId>org.apache.flink</groupId>
-                                                                       
<artifactId>flink-sql-connector-hbase-2.2_${scala.binary.version}</artifactId>
+                                                                       
<artifactId>flink-sql-connector-hbase-2.2</artifactId>
                                                                        
<version>${project.version}</version>
                                                                        
<destFileName>sql-hbase-2.2.jar</destFileName>
                                                                        
<type>jar</type>

Reply via email to