Skip to content

Commit 8bb8a03

Browse files
committed
Move the servlet-api package for easier automated updates.
1 parent 62c0fe6 commit 8bb8a03

File tree

15 files changed

+16
-14
lines changed

15 files changed

+16
-14
lines changed

.idea/libraries/servlet_api.xml

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

java/client/test/org/openqa/selenium/environment/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ java_library(name = 'environment',
1010
'//third_party/java/guava-libraries:guava-libraries',
1111
'//third_party/java/httpcomponents:httpclient',
1212
'//third_party/java/jetty:jetty',
13-
'//third_party/java/servlet-api:servlet-api',
13+
'//third_party/java/servlet:servlet-api',
1414
'//third_party/java/webbit:webbit',
1515
],
1616
visibility = [

java/client/test/org/openqa/selenium/environment/webserver/build.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ java_library(
3535
"//java/client/test/org/openqa/selenium/testing:util",
3636
"//java/client/test/org/openqa/selenium/testing/drivers:browser",
3737
"//third_party/java/jetty",
38-
"//third_party/java/servlet-api",
38+
"//third_party/java/servlet:servlet-api",
3939

4040
"//third_party/java/commons-fileupload",
4141
"//third_party/java/webbit",

java/server/src/org/openqa/grid/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ java_library(name = 'grid',
2424
'//third_party/java/jcip_annotations:jcip_annotations',
2525
'//third_party/java/jetty:jetty',
2626
'//third_party/java/jetty:jetty-for-rc',
27-
'//third_party/java/servlet-api:servlet-api',
27+
'//third_party/java/servlet:servlet-api',
2828
'//third_party/java/yaml:yaml',
2929
],
3030
visibility = [

java/server/src/org/openqa/grid/selenium/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ java_library(name = 'classes',
1818
'//java/server/src/org/openqa/selenium/remote/server/log:log',
1919
'//java/server/src/org/openqa/selenium/server:server',
2020
'//third_party/java/gson:gson',
21-
'//third_party/java/servlet-api:servlet-api',
21+
'//third_party/java/servlet:servlet-api',
2222
],
2323
)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ java_library(name = 'server',
5353
'//java/server/src/org/openqa/selenium/remote/server/log:log',
5454
'//third_party/java/gson:gson',
5555
'//third_party/java/guava-libraries:guava-libraries',
56-
'//third_party/java/servlet-api:servlet-api',
56+
'//third_party/java/servlet:servlet-api',
5757
],
5858
visibility = [
5959
'//java/server/src/org/openqa/selenium/server:server',

java/server/src/org/openqa/selenium/remote/server/build.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ java_library(name = "server_core",
4848
deps = [
4949
":server_very_core",
5050
"//third_party/java/guava-libraries",
51-
"//third_party/java/servlet-api",
51+
"//third_party/java/servlet:servlet-api",
5252
],
5353
embedded = [
5454
":client",

java/server/src/org/openqa/selenium/server/build.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ java_library(name = "base",
5858
"//java/server/src/cybervillains",
5959
"//java/server/src/org/openqa/selenium/remote/server",
6060
"//third_party/java/jetty:jetty-for-rc",
61-
"//third_party/java/servlet-api"
61+
"//third_party/java/servlet:servlet-api"
6262
])
6363

java/server/test/org/openqa/selenium/remote/server/auth/build.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ java_binary(name = "server",
66
"//java/server/src/org/openqa/selenium/remote/server",
77
"//java/server/src/org/openqa/selenium/remote/server:server_very_core",
88
"//third_party/java/jetty",
9-
"//third_party/java/servlet-api",
9+
"//third_party/java/servlet:servlet-api",
1010
])

third_party/java/jetty/BUCK

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ prebuilt_jar(name = 'jetty',
22
binary_jar = 'jetty-repacked-7.6.1.jar',
33
deps = [
44
'//third_party/java/jasper:jasper',
5-
'//third_party/java/servlet-api:servlet-api',
5+
'//third_party/java/servlet:servlet-api',
66
],
77
visibility = [
88
'//java/client/test/org/openqa/selenium/environment:environment',
@@ -16,7 +16,7 @@ prebuilt_jar(name = 'jetty-for-rc',
1616
'//third_party/java/commons-logging:commons-logging',
1717
'//third_party/java/jasper:jasper',
1818
'//third_party/java/mx4j:mx4j',
19-
'//third_party/java/servlet-api:servlet-api',
19+
'//third_party/java/servlet:servlet-api',
2020
],
2121
visibility = [
2222
'//java/server/src/org/openqa/selenium/server:server',

0 commit comments

Comments
 (0)