Skip to content

Commit

Permalink
Deleting dependency on commons-fileupload, it seems we don't need it …
Browse files Browse the repository at this point in the history
…anymore.
  • Loading branch information
barancev committed Oct 19, 2017
1 parent 6055f00 commit dd403a5
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 23 deletions.
12 changes: 0 additions & 12 deletions .idea/libraries/commons_fileupload.xml

This file was deleted.

1 change: 0 additions & 1 deletion java/client/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
<classpathentry kind="lib" path="/third-party/java/cssparser/cssparser-0.9.23.jar" sourcepath="/third-party/java/cssparser/cssparser-0.9.23-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/xerces/xercesImpl-2.11.0.jar" sourcepath="/third-party/java/xerces/xercesImpl-2.11.0-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/xalan/xalan-2.7.2.jar"/>
<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"/>
<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"/>
<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"/>
<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"/>
Expand Down
2 changes: 0 additions & 2 deletions java/client/client.iml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
<orderEntry type="library" scope="RUNTIME" name="commons-codec" level="project" />
<orderEntry type="library" scope="RUNTIME" name="commons-collections" level="project" />
<orderEntry type="library" name="commons-exec" level="project" />
<orderEntry type="library" name="commons-fileupload" level="project" />
<orderEntry type="library" name="commons-io" level="project" />
<orderEntry type="library" scope="RUNTIME" name="commons-lang" level="project" />
<orderEntry type="library" scope="RUNTIME" name="commons-logging" level="project" />
Expand All @@ -29,7 +28,6 @@
<orderEntry type="library" exported="" name="gson" level="project" />
<orderEntry type="library" name="hamcrest" level="project" />
<orderEntry type="library" name="htmlunit" level="project" />
<orderEntry type="library" name="jna" level="project" />
<orderEntry type="library" name="junit" level="project" />
<orderEntry type="library" name="netty" level="project" />
<orderEntry type="library" name="phantomjsdriver" level="project" />
Expand Down
1 change: 0 additions & 1 deletion java/client/test/org/openqa/selenium/environment/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ java_library(name = 'environment',
'//java/client/src/org/openqa/selenium:selenium',
'//java/client/src/org/openqa/selenium/remote:remote',
'//java/client/test/org/openqa/selenium/testing:helpers',
'//third_party/java/commons-fileupload:commons-fileupload',
'//third_party/java/gson:gson',
'//third_party/java/guava:guava',
'//third_party/java/httpcomponents:httpclient',
Expand Down
7 changes: 0 additions & 7 deletions third_party/java/commons-fileupload/BUCK

This file was deleted.

Binary file not shown.
Binary file not shown.

0 comments on commit dd403a5

Please sign in to comment.