Skip to content

Commit 860db82

Browse files
committed
Upgrading commons-exec from 1.1 to 1.3
1 parent 8ba6f93 commit 860db82

12 files changed

+6
-214
lines changed

Diff for: .idea/libraries/commons_exec.xml

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: java/client/.classpath

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<classpathentry kind="lib" path="/third-party/java/htmlunit/htmlunit-core-js-2.15.jar"/>
1313
<classpathentry kind="lib" path="/third-party/java/jna/jna-3.4.0.jar" sourcepath="/third-party/java/jna/jna-3.4.0-src.jar"/>
1414
<classpathentry kind="lib" path="/third-party/java/jna/jna-platform-3.4.0.jar" sourcepath="/third-party/java/jna/jna-platform-3.4.0-src.jar"/>
15-
<classpathentry kind="lib" path="/third-party/java/commons-exec/commons-exec-1.1.jar" sourcepath="/third-party/java/commons-exec/commons-exec-1.1-sources.jar"/>
15+
<classpathentry kind="lib" path="/third-party/java/commons-exec/commons-exec-1.3.jar" sourcepath="/third-party/java/commons-exec/commons-exec-1.3-sources.jar"/>
1616
<classpathentry kind="lib" path="/third-party/java/jetty/jetty-repacked-7.6.1.jar" sourcepath="/third-party/java/jetty/jetty-repacked-7.6.1-sources.jar"/>
1717
<classpathentry kind="lib" path="/third-party/java/cglib/cglib-nodep-2.1_3.jar"/>
1818
<classpathentry kind="lib" path="/third-party/java/servlet-api/servlet-api-2.5-6.1.9.jar" sourcepath="/third-party/java/servlet-api/servlet-api-2.5-6.1.9-sources.jar"/>

Diff for: maven/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
<dependency>
156156
<groupId>org.apache.commons</groupId>
157157
<artifactId>commons-exec</artifactId>
158-
<version>1.1</version>
158+
<version>1.3</version>
159159
</dependency>
160160
<dependency>
161161
<groupId>net.jcip</groupId>

Diff for: third_party/java/commons-exec/BUCK

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
prebuilt_jar(
22
name = 'commons-exec',
3-
binary_jar = 'commons-exec-1.1.jar',
3+
binary_jar = 'commons-exec-1.3.jar',
44
visibility = [
55
'//java/client/src/org/openqa/selenium/os:os',
66
],

Diff for: third_party/java/commons-exec/LICENSE.txt

-203
This file was deleted.

Diff for: third_party/java/commons-exec/NOTICE.txt

-5
This file was deleted.

Diff for: third_party/java/commons-exec/build.desc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
java_library(name = "commons-exec",
22
deps = [
3-
"commons-exec-1.1.jar"
3+
"commons-exec-1.3.jar"
44
])
-55.7 KB
Binary file not shown.
-134 KB
Binary file not shown.

Diff for: third_party/java/commons-exec/commons-exec-1.1.jar

-51.3 KB
Binary file not shown.
60.4 KB
Binary file not shown.

Diff for: third_party/java/commons-exec/commons-exec-1.3.jar

53.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)