Skip to content

Commit 688a4be

Browse files
committed
augmenter is the actual top level library in remote, using that to build the maven artifact. cleaning up third_party dependencies, removing unused ones
1 parent 6ad4b48 commit 688a4be

27 files changed

+4
-281
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ JAVA_RELEASE_TARGETS = [
117117
'//java/client/src/org/openqa/selenium/firefox:firefox',
118118
'//java/client/src/org/openqa/selenium/ie:ie',
119119
'//java/client/src/org/openqa/selenium/opera:opera',
120-
'//java/client/src/org/openqa/selenium/remote:remote',
120+
'//java/client/src/org/openqa/selenium/remote:augmenter',
121121
'//java/client/src/org/openqa/selenium/safari:safari',
122122
'//java/server/src/com/thoughtworks/selenium:leg-rc',
123123
'//java/server/src/org/openqa/selenium/remote/server:standalone-server-lib',

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ java_library(
3030
)
3131

3232
java_library(name = 'augmenter',
33+
maven_coords = 'org.seleniumhq.selenium:selenium-remote-driver:' + SE_VERSION,
3334
srcs = [
3435
'Augmenter.java',
3536
'AugmenterProvider.java',
@@ -59,7 +60,6 @@ java_library(name = 'augmenter',
5960
)
6061

6162
java_library(name = 'remote',
62-
maven_coords = 'org.seleniumhq.selenium:remote-driver:' + SE_VERSION,
6363
srcs = [
6464
'BeanToJsonConverter.java',
6565
'CommandCodec.java',

third_party/java/bouncycastle/BUCK

Lines changed: 0 additions & 34 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

third_party/java/cglib/BUCK

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
prebuilt_jar(name = 'cglib',
2-
binary_jar = 'cglib-nodep-2.1_3.jar',
2+
maven_coords = 'cglib:cglib-nodep:3.2.4',
3+
binary_jar = 'cglib-nodep-3.2.4.jar',
34
visibility = [
45
'//java/client/src/org/openqa/selenium/remote:augmenter',
56
],
-317 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)