From 0c40958cae8571a7e32c995b47283629309afbcf Mon Sep 17 00:00:00 2001 From: Anton Makeev Date: Wed, 20 Jul 2022 15:18:38 +0200 Subject: [PATCH] [maven] fix duplicate registration of RemoteRepositoriesImporter (it ran twice for each imported module) GitOrigin-RevId: 26d54f35a6bd512035aefe9f01fc9ccb0e7aa268 --- plugins/maven/src/main/resources/META-INF/plugin.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/maven/src/main/resources/META-INF/plugin.xml b/plugins/maven/src/main/resources/META-INF/plugin.xml index beac45701704..b881094c23cd 100644 --- a/plugins/maven/src/main/resources/META-INF/plugin.xml +++ b/plugins/maven/src/main/resources/META-INF/plugin.xml @@ -476,7 +476,6 @@ -