diff options
author | cerevra <cerevra@yandex-team.ru> | 2022-02-10 16:45:58 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:58 +0300 |
commit | bf41dd01f6c920583e9faae7cd55ed25e547e052 (patch) | |
tree | ec7c8c285ffa648a5c5efeff453787a15ab811ac /build/rules/library_deps.policy | |
parent | e2c3e3004f7cd68441cefcfa4aaccd3d8051c846 (diff) | |
download | ydb-bf41dd01f6c920583e9faae7cd55ed25e547e052.tar.gz |
Restoring authorship annotation for <cerevra@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'build/rules/library_deps.policy')
-rw-r--r-- | build/rules/library_deps.policy | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/rules/library_deps.policy b/build/rules/library_deps.policy index 954d0198c6..177c7c473f 100644 --- a/build/rules/library_deps.policy +++ b/build/rules/library_deps.policy @@ -4,7 +4,7 @@ ALLOW library -> util ALLOW library -> library ALLOW library -> certs ALLOW library/.*/(n)?yt -> mapreduce/yt -ALLOW library/java -> devtools/junit5-runner +ALLOW library/java -> devtools/junit5-runner ALLOW library/java/.*/ut -> devtools/(jtest)|(junit-runner) ALLOW library/java/.*/src/test -> devtools/(jtest)|(junit-runner) ALLOW library/java/.*/tests -> devtools/(jtest)|(junit-runner) @@ -16,7 +16,7 @@ ALLOW library/.*/ipreg -> ipreg ALLOW library/cpp/deprecated/ipreg1 -> ipreg ALLOW library/cpp/geobase -> geobase ALLOW library/python/zipatch -> vcs/svn/wc/client -ALLOW library/(java/ticket_parser2)|(hnsw) -> iceberg +ALLOW library/(java/ticket_parser2)|(hnsw) -> iceberg ALLOW library/python/bstr -> yt/python/client ALLOW library/python/django -> devtools/ya/yalibrary/makelists ALLOW library/python/django_abc_data -> intranet/sync_tools |