Bazel: Build core plugins

Change-Id: Ic8ed6fcdb8cdab9cb7eaba436c5fdffc6670d1b4
This commit is contained in:
David Ostrovsky
2016-09-22 16:13:50 +02:00
parent d7b072e357
commit c48e6c9730
5 changed files with 93 additions and 37 deletions

View File

@@ -784,3 +784,9 @@ maven_jar(
artifact = 'org.webjars:google-diff-match-patch:20121119-1',
sha1 = '0cf1782dbcb8359d95070da9176059a5a9d37709',
)
maven_jar(
name = 'commons_io',
artifact = 'commons-io:commons-io:1.4',
sha1 = 'a8762d07e76cfde2395257a5da47ba7c1dbd3dce',
)