Add Google auto to bazel

Add the Google auto generators for Java, for the sake of using AutoValue.
Include dependencies apache commons collections and apache velocity.

--
MOS_MIGRATED_REVID=90482044
diff --git a/third_party/README.md b/third_party/README.md
index f2b9f59..afd6ca5 100644
--- a/third_party/README.md
+++ b/third_party/README.md
@@ -10,10 +10,17 @@
 * License: Eclipse Public License
 
 
+[apache_commons_collections](http://commons.apache.org/proper/commons-collections/)
+----------------------------
+
+* Version: 3.2.1
+* License: Apache License 2.0.
+
+
 [apache_commons_logging](http://commons.apache.org/proper/commons-logging/)
 ------------------------
 
-* Version: 1.1.1.
+* Version: 1.1.1
 * License: Apache License 2.0.
 
 
@@ -31,6 +38,29 @@
 * License: Apache License 2.0
 
 
+[apache_velocity](http://velocity.apache.org/)
+-----------------
+
+* Version: 1.7
+* License: Apache License 2.0.
+
+
+[asm](https://asm.ow2.org)
+-----
+
+* Version: 5.0.3
+* License: 3-clause revised BSD
+
+
+[auto](https://github.com/google/auto)
+------
+
+* [auto_common](https://github.com/google/auto/tree/master/common) (version 0.3)
+* [auto_service](https://github.com/google/auto/tree/master/service) (version 1.0-rc2)
+* [auto_value](https://github.com/google/auto/tree/master/value) (version 1.0)
+* License: Apache License 2.0
+
+
 [Buck (iOS support)](http://facebook.github.io/buck/)
 --------------------
 
@@ -79,6 +109,13 @@
 * Version: 2.3
 * License: Apache License 2.0
 
+
+[jsr250](https://repository.apache.org/content/repositories/orgapachetomcat-002)
+--------
+* Version: 8.0.5
+* License: Apache License 2.0
+
+
 [jsr305](https://code.google.com/p/jsr-305/)
 --------
 
@@ -122,6 +159,20 @@
 Testing
 =======
 
+[hamcrest](https://code.google.com/p/hamcrest/)
+----------
+
+* Version: 1.3
+* License: New BSD License
+
+
+[iossim](https://code.google.com/p/google-toolbox-for-mac/source/browse/trunk/UnitTesting/iossim?r=701)
+--------
+
+* Version: Revision 701
+* License: 3-clause BSD
+
+
 [junit](http://junit.org/)
 -------
 
@@ -136,21 +187,3 @@
 * License: Apache License 2.0
 
 
-[hamcrest](https://code.google.com/p/hamcrest/)
-----------
-
-* Version: 1.3
-* License: New BSD License
-
-
-[asm](https://asm.ow2.org)
------
-
-* Version: 5.0.3
-* License: 3-clause revised BSD
-
-[iossim](https://code.google.com/p/google-toolbox-for-mac/source/browse/trunk/UnitTesting/iossim?r=701)
---------
-
-* Version: Revision 701
-* License: 3-clause BSD