diff options
author | cerevra <cerevra@yandex-team.ru> | 2022-02-10 16:45:59 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:59 +0300 |
commit | 4f292c7e2fd0a41da93fda51b2d440c979a330b7 (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /build/rules/library_deps.policy | |
parent | bf41dd01f6c920583e9faae7cd55ed25e547e052 (diff) | |
download | ydb-4f292c7e2fd0a41da93fda51b2d440c979a330b7.tar.gz |
Restoring authorship annotation for <cerevra@yandex-team.ru>. Commit 2 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 177c7c473f..954d0198c6 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 |