From a7e965f40c1b392c160fdec258b647ddaee5f7ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Walkiewicz?= Date: Mon, 9 May 2022 20:19:13 +0200 Subject: [PATCH] Fix duplicate files after #9788 --- plugin/trino-delta-lake/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/plugin/trino-delta-lake/pom.xml b/plugin/trino-delta-lake/pom.xml index 786d3f26233d..bb486e66040a 100644 --- a/plugin/trino-delta-lake/pom.xml +++ b/plugin/trino-delta-lake/pom.xml @@ -231,6 +231,12 @@ io.trino trino-main test + + + com.github.stephenc.jcip + jcip-annotations + +