Skip to content

Commit

Permalink
updating commons-collections to 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeis committed Nov 25, 2015
1 parent a667cd0 commit 9631fd7
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions maven/htmlunit-driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>2.18</version>
<exclusions>
<exclusion>
<groupId>commons-collection</groupId>
<artifactId>commons-collection</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>commons-collection</groupId>
<artifactId>commons-collection</artifactId>
<version>3.2.2</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
Expand Down
2 changes: 1 addition & 1 deletion third_party/java/commons-collections/BUCK
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
prebuilt_jar(name = 'commons-collections',
binary_jar = 'commons-collections-3.2.1.jar',
binary_jar = 'commons-collections-3.2.2.jar',
visibility = [
'//third_party/java/...',
],
Expand Down
4 changes: 2 additions & 2 deletions third_party/java/commons-collections/build.desc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
java_library(name = "commons-collections",
deps = [
"commons-collections-3.2.1.jar"
])
"commons-collections-3.2.2.jar"
])
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 9631fd7

Please sign in to comment.