File tree 6 files changed +18
-12
lines changed
java/client/src/org/openqa/selenium
6 files changed +18
-12
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,10 @@ java_library(
6
6
maven_coords = 'org.seleniumhq.selenium:selenium-chrome-driver:' + SE_VERSION ,
7
7
maven_pom_template = '//java/client/src/org/openqa/selenium:template-pom' ,
8
8
srcs = glob (['*.java' ]),
9
- deps = [
10
- '//java/client/src/org/openqa/selenium:selenium' ,
9
+ exported_deps = [
11
10
'//java/client/src/org/openqa/selenium/remote:remote' ,
11
+ ],
12
+ deps = [
12
13
'//third_party/java/guava:guava' ,
13
14
],
14
15
visibility = [ 'PUBLIC' ],
Original file line number Diff line number Diff line change @@ -6,9 +6,10 @@ java_library(
6
6
maven_coords = 'org.seleniumhq.selenium:selenium-edge-driver:' + SE_VERSION ,
7
7
maven_pom_template = '//java/client/src/org/openqa/selenium:template-pom' ,
8
8
srcs = glob (['*.java' ]),
9
- deps = [
10
- '//java/client/src/org/openqa/selenium:selenium' ,
9
+ exported_deps = [
11
10
'//java/client/src/org/openqa/selenium/remote:remote' ,
11
+ ],
12
+ deps = [
12
13
'//third_party/java/guava:guava' ,
13
14
],
14
15
visibility = [ 'PUBLIC' ],
Original file line number Diff line number Diff line change @@ -11,10 +11,11 @@ java_library(name = 'firefox',
11
11
':prefs' ,
12
12
':webdriver.xpi' ,
13
13
],
14
+ exported_deps = [
15
+ '//java/client/src/org/openqa/selenium/remote:remote' ,
16
+ ],
14
17
deps = [
15
18
':prefs' ,
16
- '//java/client/src/org/openqa/selenium:selenium' ,
17
- '//java/client/src/org/openqa/selenium/remote:remote' ,
18
19
'//third_party/java/guava:guava' ,
19
20
],
20
21
visibility = [ 'PUBLIC' ],
Original file line number Diff line number Diff line change @@ -5,9 +5,10 @@ java_library(name = 'ie',
5
5
maven_coords = 'org.seleniumhq.selenium:selenium-ie-driver:' + SE_VERSION ,
6
6
maven_pom_template = '//java/client/src/org/openqa/selenium:template-pom' ,
7
7
srcs = glob (['*.java' ]),
8
- deps = [
9
- '//java/client/src/org/openqa/selenium:selenium' ,
8
+ exported_deps = [
10
9
'//java/client/src/org/openqa/selenium/remote:remote' ,
10
+ ],
11
+ deps = [
11
12
'//third_party/java/guava:guava' ,
12
13
],
13
14
visibility = [ 'PUBLIC' ],
Original file line number Diff line number Diff line change @@ -6,9 +6,10 @@ java_library(
6
6
maven_coords = 'org.seleniumhq.selenium:selenium-opera-driver:' + SE_VERSION ,
7
7
maven_pom_template = '//java/client/src/org/openqa/selenium:template-pom' ,
8
8
srcs = glob (['*.java' ]),
9
- deps = [
10
- '//java/client/src/org/openqa/selenium:selenium' ,
9
+ exported_deps = [
11
10
'//java/client/src/org/openqa/selenium/remote:remote' ,
11
+ ],
12
+ deps = [
12
13
'//third_party/java/guava:guava' ,
13
14
],
14
15
visibility = [ 'PUBLIC' ],
Original file line number Diff line number Diff line change @@ -5,9 +5,10 @@ java_library(name = 'safari',
5
5
maven_coords = 'org.seleniumhq.selenium:selenium-safari-driver:' + SE_VERSION ,
6
6
maven_pom_template = '//java/client/src/org/openqa/selenium:template-pom' ,
7
7
srcs = glob (['*.java' ]),
8
- deps = [
9
- '//java/client/src/org/openqa/selenium:selenium' ,
8
+ exported_deps = [
10
9
'//java/client/src/org/openqa/selenium/remote:remote' ,
10
+ ],
11
+ deps = [
11
12
'//third_party/java/guava:guava' ,
12
13
],
13
14
visibility = ['PUBLIC' ],
You can’t perform that action at this time.
0 commit comments