Skip to content

Commit

Permalink
Update Error Prone to 2.0.8-20151216
Browse files Browse the repository at this point in the history
Also split out dependencies, instead of repackaging them.

--
MOS_MIGRATED_REVID=110433600
cushon authored and damienmg committed Dec 17, 2015
1 parent b571605 commit 4975d97
Showing 9 changed files with 42 additions and 5 deletions.
32 changes: 28 additions & 4 deletions third_party/BUILD
Original file line number Diff line number Diff line change
@@ -210,12 +210,31 @@ java_import(
java_import(
name = "error_prone",
jars = [
"error_prone/error_prone_core-2.0.6-20151001-884eec772c13541a7b1af249a68373cd9f30e488.jar",
"error_prone/error_prone_annotations-2.0.6-20151001-884eec772c13541a7b1af249a68373cd9f30e488.jar",
"error_prone/error_prone_core-2.0.8-20151216.jar",
"error_prone/error_prone_annotations-2.0.8-20151216.jar",
"error_prone/error_prone_annotation-2.0.8-20151216.jar",
],
exports = [
":checker_framework_dataflow",
":guava",
":jcip_annotations",
":jformatstring",
":jsr305",
":pcollections",
],
)

java_import(
name = "jcip_annotations",
jars = [
"jcip_annotations/jcip-annotations-1.0-1.jar",
],
)

java_import(
name = "pcollections",
jars = [
"pcollections/pcollections-2.1.2.jar",
],
)

@@ -238,9 +257,14 @@ filegroup(
name = "error_prone-jars",
srcs = [
"checker_framework_dataflow/dataflow-1.8.10.jar",
"error_prone/error_prone_annotations-2.0.6-20151001-884eec772c13541a7b1af249a68373cd9f30e488.jar",
"error_prone/error_prone_core-2.0.6-20151001-884eec772c13541a7b1af249a68373cd9f30e488.jar",
"error_prone/error_prone_annotation-2.0.8-20151216.jar",
"error_prone/error_prone_annotations-2.0.8-20151216.jar",
"error_prone/error_prone_core-2.0.8-20151216.jar",
"guava/guava-19.0.jar",
"jcip_annotations/jcip-annotations-1.0-1.jar",
"jformatstring/jFormatString-3.0.0.jar",
"jsr305/jsr-305.jar",
"pcollections/pcollections-2.1.2.jar",
],
)

15 changes: 14 additions & 1 deletion third_party/README.md
Original file line number Diff line number Diff line change
@@ -84,9 +84,22 @@ a minimal set of extra dependencies.

## [Error Prone](https://github.com/google/error-prone)

* Version: 2.0.6-20151001-884eec772c13541a7b1af249a68373cd9f30e488
* Version: 2.0.6-20151216
* License: Apache License 2.0


## [JCIP Annotations](https://github.com/stephenc/jcip-annotations/)

* Version: 1.0-1
* License: Apache License 2.0


## [PCollections](https://github.com/pcollections/pcollections/)

* Version: 2.1.2
* License: MIT


## [jFormatString](https://code.google.com/p/j-format-string/)

* Version: 3.0.0
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added third_party/pcollections/pcollections-2.1.2.jar
Binary file not shown.

0 comments on commit 4975d97

Please sign in to comment.