From 163ba6649509b071d5b050ec15d3849048b31457 Mon Sep 17 00:00:00 2001 From: titusfortner Date: Tue, 10 Oct 2023 00:37:58 -0500 Subject: [PATCH] [java] remove jdk from list of jars to publish now that it is a core dependency --- Rakefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Rakefile b/Rakefile index 8d9e75d8363b0..19e5dd1806594 100644 --- a/Rakefile +++ b/Rakefile @@ -114,7 +114,6 @@ JAVA_RELEASE_TARGETS = %w[ //java/src/org/openqa/selenium/lift:lift.publish //java/src/org/openqa/selenium/manager:manager.publish //java/src/org/openqa/selenium/os:os.publish - //java/src/org/openqa/selenium/remote/http/jdk:jdk.publish //java/src/org/openqa/selenium/remote/http:http.publish //java/src/org/openqa/selenium/remote:remote.publish //java/src/org/openqa/selenium/safari:safari.publish