aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
diff options
context:
space:
mode:
authorGravatar David Chen <dzc@google.com>2015-07-16 13:23:01 +0000
committerGravatar Philipp Wollermann <philwo@google.com>2015-07-17 13:17:26 +0000
commitdeb003fae0e0da7d45156f5ea0b36900aa9e5790 (patch)
tree4989137a972c6e6e19f4fcb8cebf6085d0745513 /third_party
parent768b5ccdfad99e3ead5bd8c1c861b3f52506f748 (diff)
Add git_repository and new_git_repository workspace rules.
TESTED=Added integration tests. -- MOS_MIGRATED_REVID=98396197
Diffstat (limited to 'third_party')
-rw-r--r--third_party/BUILD13
-rw-r--r--third_party/README.md15
2 files changed, 28 insertions, 0 deletions
diff --git a/third_party/BUILD b/third_party/BUILD
index 91135d1263..1d47272981 100644
--- a/third_party/BUILD
+++ b/third_party/BUILD
@@ -217,6 +217,11 @@ filegroup(
)
java_import(
+ name = "jgit",
+ jars = ["jgit/org.eclipse.jgit-4.0.1.201506240215-r.jar"],
+)
+
+java_import(
name = "joda_time",
jars = ["joda_time/joda-time-2.3.jar"],
)
@@ -274,6 +279,14 @@ filegroup(
)
java_import(
+ name = "slf4j",
+ jars = [
+ "slf4j/slf4j-api-1.7.7.jar",
+ "slf4j/slf4j-jdk14-1.7.7.jar",
+ ],
+)
+
+java_import(
name = "tomcat_annotations_api",
jars = ["tomcat_annotations_api/tomcat-annotations-api-8.0.5.jar"],
)
diff --git a/third_party/README.md b/third_party/README.md
index 65f3941c94..e5ce4268be 100644
--- a/third_party/README.md
+++ b/third_party/README.md
@@ -154,6 +154,13 @@ a minimal set of extra dependencies.
* License: Apache License 2.0
+[jgit](https://eclipse.org/jgit/)
+------
+
+* Version: 4.0.1.201506240215-r
+* License: Eclipse Distribution License 1.0
+
+
[joda_time](http://www.joda.org/joda-time/)
-----------
@@ -175,6 +182,7 @@ a minimal set of extra dependencies.
[jsr330_inject](https://code.google.com/p/atinject/)
+---------------
* Version: 1
* License: Apache License 2.0
@@ -213,6 +221,13 @@ a minimal set of extra dependencies.
* License: Apache License 2.0
+[slf4j](http://www.slf4j.org/)
+-------
+
+* Version: 1.7.7
+* License: MIT license
+
+
Testing
=======