Skip to content

Commit 860db82

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

File tree

12 files changed

+6
-214
lines changed

12 files changed

+6
-214
lines changed

.idea/libraries/commons_exec.xml

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

java/client/.classpath

Lines changed: 1 addition & 1 deletion
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"/>

maven/pom.xml

Lines changed: 1 addition & 1 deletion
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>

third_party/java/commons-exec/BUCK

Lines changed: 1 addition & 1 deletion
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
],

third_party/java/commons-exec/LICENSE.txt

Lines changed: 0 additions & 203 deletions
This file was deleted.

third_party/java/commons-exec/NOTICE.txt

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
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
])
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)