From 09f0662d4ef3c30e140e20bd2834faf38ca590d0 Mon Sep 17 00:00:00 2001 From: Dariusz Luksza Date: Fri, 26 Oct 2012 12:22:34 +0200 Subject: [PATCH] Fix missing dependency error in js plugin archetype Change-Id: I060603fc2a7e36e598b69cf6b98c24f5139b1fe6 Signed-off-by: Dariusz Luksza --- .../src/main/resources/archetype-resources/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gerrit-plugin-js-archetype/src/main/resources/archetype-resources/pom.xml b/gerrit-plugin-js-archetype/src/main/resources/archetype-resources/pom.xml index 9fe8d0f253..6f0638aa1a 100644 --- a/gerrit-plugin-js-archetype/src/main/resources/archetype-resources/pom.xml +++ b/gerrit-plugin-js-archetype/src/main/resources/archetype-resources/pom.xml @@ -97,7 +97,7 @@ limitations under the License. com.google.gerrit - gerrit-${Gerrit-ApiType}-api + gerrit-extension-api ${Gerrit-ApiVersion} provided