Skip to content

Commit dd403a5

Browse files
committed
Deleting dependency on commons-fileupload, it seems we don't need it anymore.
1 parent 6055f00 commit dd403a5

File tree

7 files changed

+0
-23
lines changed

7 files changed

+0
-23
lines changed

.idea/libraries/commons_fileupload.xml

-12
This file was deleted.

java/client/.classpath

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
<classpathentry kind="lib" path="/third-party/java/cssparser/cssparser-0.9.23.jar" sourcepath="/third-party/java/cssparser/cssparser-0.9.23-sources.jar"/>
2929
<classpathentry kind="lib" path="/third-party/java/xerces/xercesImpl-2.11.0.jar" sourcepath="/third-party/java/xerces/xercesImpl-2.11.0-sources.jar"/>
3030
<classpathentry kind="lib" path="/third-party/java/xalan/xalan-2.7.2.jar"/>
31-
<classpathentry kind="lib" path="/third-party/java/commons-fileupload/commons-fileupload-1.3.3.jar" sourcepath="/third-party/java/commons-fileupload/commons-fileupload-1.3.3-src.jar"/>
3231
<classpathentry kind="lib" path="/third-party/java/little_proxy/littleproxy-1.1.2.jar" sourcepath="/third-party/java/little_proxy/littleproxy-1.1.2-sources.jar"/>
3332
<classpathentry kind="lib" path="/third-party/java/websocket/websocket-api-9.4.5.v20170502.jar" sourcepath="/third-party/java/websocket/websocket-api-9.4.5.v20170502-sources.jar"/>
3433
<classpathentry kind="lib" path="/third-party/java/websocket/websocket-client-9.4.5.v20170502.jar" sourcepath="/third-party/java/websocket/websocket-client-9.4.5.v20170502-sources.jar"/>

java/client/client.iml

-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
<orderEntry type="library" scope="RUNTIME" name="commons-codec" level="project" />
2121
<orderEntry type="library" scope="RUNTIME" name="commons-collections" level="project" />
2222
<orderEntry type="library" name="commons-exec" level="project" />
23-
<orderEntry type="library" name="commons-fileupload" level="project" />
2423
<orderEntry type="library" name="commons-io" level="project" />
2524
<orderEntry type="library" scope="RUNTIME" name="commons-lang" level="project" />
2625
<orderEntry type="library" scope="RUNTIME" name="commons-logging" level="project" />
@@ -29,7 +28,6 @@
2928
<orderEntry type="library" exported="" name="gson" level="project" />
3029
<orderEntry type="library" name="hamcrest" level="project" />
3130
<orderEntry type="library" name="htmlunit" level="project" />
32-
<orderEntry type="library" name="jna" level="project" />
3331
<orderEntry type="library" name="junit" level="project" />
3432
<orderEntry type="library" name="netty" level="project" />
3533
<orderEntry type="library" name="phantomjsdriver" level="project" />

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

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ java_library(name = 'environment',
55
'//java/client/src/org/openqa/selenium:selenium',
66
'//java/client/src/org/openqa/selenium/remote:remote',
77
'//java/client/test/org/openqa/selenium/testing:helpers',
8-
'//third_party/java/commons-fileupload:commons-fileupload',
98
'//third_party/java/gson:gson',
109
'//third_party/java/guava:guava',
1110
'//third_party/java/httpcomponents:httpclient',

third_party/java/commons-fileupload/BUCK

-7
This file was deleted.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)