You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2022/08/09 08:44:30 UTC

[flink] 02/02: [FLINK-25244][hbase] Enable Java 11 tests for HBase 2.2

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

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

commit 5fb135e23e3251bcacf19d8db8cf358ddda76d6e
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Thu Aug 4 12:07:38 2022 +0200

    [FLINK-25244][hbase] Enable Java 11 tests for HBase 2.2
---
 flink-connectors/flink-connector-hbase-2.2/pom.xml | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/flink-connectors/flink-connector-hbase-2.2/pom.xml b/flink-connectors/flink-connector-hbase-2.2/pom.xml
index eb28696d25c..98d5e8c109d 100644
--- a/flink-connectors/flink-connector-hbase-2.2/pom.xml
+++ b/flink-connectors/flink-connector-hbase-2.2/pom.xml
@@ -420,26 +420,4 @@ under the License.
 		</dependencies>
 	</dependencyManagement>
 
-	<profiles>
-		<profile>
-			<id>java11</id>
-			<activation>
-				<jdk>[11,)</jdk>
-			</activation>
-
-			<build>
-				<plugins>
-					<plugin>
-						<groupId>org.apache.maven.plugins</groupId>
-						<artifactId>maven-surefire-plugin</artifactId>
-						<configuration>
-							<!-- hbase currently does not support Java 11, see HBASE-21110 -->
-							<skip>true</skip>
-						</configuration>
-					</plugin>
-				</plugins>
-			</build>
-		</profile>
-	</profiles>
-
 </project>