Skip to content

Commit 0982021

Browse files
committed
changing maven coords, users expect selenium-java to be how it was, which is basically the client-combined definition
bumping buck version to deal with a maven coordinate that may not actually have an java files directly
1 parent 4e1cf8f commit 0982021

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.buckhash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9e60281e8b41ab5c62ae830cc3e182ff
1+
723ecc429e32e6b665a14df02c9217ab

.buckversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
a761bff38bee2459d4342ebbb88ed0730fa22174
1+
1fbdd253627e8344688f84aa9448ebbd7867e9a1

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ task '//java/client/test/org/openqa/selenium/environment/webserver:webserver:ube
110110
# Java targets required for release. These should all have the correct maven_coords set.
111111
JAVA_RELEASE_TARGETS = [
112112
'//java/client/src/org/openqa/selenium:core',
113-
'//java/client/src/org/openqa/selenium:selenium',
114113
'//java/client/src/org/openqa/selenium/support:support',
115114
'//java/client/src/org/openqa/selenium/chrome:chrome',
116115
'//java/client/src/org/openqa/selenium/edge:edge',
@@ -119,6 +118,7 @@ JAVA_RELEASE_TARGETS = [
119118
'//java/client/src/org/openqa/selenium/opera:opera',
120119
'//java/client/src/org/openqa/selenium/remote:augmenter',
121120
'//java/client/src/org/openqa/selenium/safari:safari',
121+
'//java/client/src/org/openqa/selenium:client-combined',
122122
'//java/server/src/com/thoughtworks/selenium:leg-rc',
123123
'//java/server/src/org/openqa/selenium/remote/server:standalone-server-lib',
124124
]

java/client/src/org/openqa/selenium/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
include_defs('//SELENIUM_VERSION')
22

33
java_library(name = 'selenium',
4-
maven_coords = 'org.seleniumhq.selenium:selenium-java:' + SE_VERSION,
54
exported_deps = [
65
':beta',
76
':core',
@@ -137,6 +136,7 @@ java_library(name = 'primitives',
137136

138137
java_library(
139138
name = 'client-combined',
139+
maven_coords = 'org.seleniumhq.selenium:selenium-java:' + SE_VERSION,
140140
exported_deps = [
141141
"//java/client/src/org/openqa/selenium/chrome:chrome",
142142
"//java/client/src/org/openqa/selenium/firefox:firefox",

0 commit comments

Comments
 (0)