From 0bce610e6af243eba00f1b5ad48c241a2aa6087d Mon Sep 17 00:00:00 2001 From: Nikolay Shestakov Date: Wed, 29 May 2024 20:59:17 +0500 Subject: [PATCH] fix dependences (#4990) --- ydb/core/ymq/base/ut/ya.make | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ydb/core/ymq/base/ut/ya.make b/ydb/core/ymq/base/ut/ya.make index 3af000dd157d..18d723361d08 100644 --- a/ydb/core/ymq/base/ut/ya.make +++ b/ydb/core/ymq/base/ut/ya.make @@ -3,6 +3,9 @@ UNITTEST() PEERDIR( ydb/core/base ydb/core/ymq/base + ydb/library/yql/public/udf + ydb/library/yql/parser/pg_wrapper + ydb/library/yql/public/udf/service/exception_policy ) SRCS(