Don't compile against maven artifacts in buck build

Change-Id: Iabdc61a51b0c13debb97dd9a96fccc5a787d8c30
This commit is contained in:
Ray Milkey 2017-07-05 13:49:58 -07:00 committed by Thomas Vachuska
parent cbe8dd7310
commit 53edb38323

View File

@ -34,7 +34,7 @@ def yang_model(
yang_library(
name = yang,
srcs = glob(['**/*.yang']),
srcs = glob(['**/*.yang'], excludes=['**/target/**']),
)
genrule(