From bd7166799e97b569c14103748886028479631a1c Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Fri, 22 May 2015 12:04:52 +0200 Subject: [PATCH] Fix maven-archetype-plugin not pulling its dependencies commons-lang is needed to run, but it is not pulled automatically. Fix that. Change-Id: I95dd2d527eb47d55597bb3d844867f0ca0c50b3f Signed-off-by: Robert Varga (cherry picked from commit 1ad148df405e6cd9e1ebcfe63bd65facb4007941) --- opendaylight/archetypes/odl-model-project/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/opendaylight/archetypes/odl-model-project/pom.xml b/opendaylight/archetypes/odl-model-project/pom.xml index d15ea8853a..61ee6f8b6e 100644 --- a/opendaylight/archetypes/odl-model-project/pom.xml +++ b/opendaylight/archetypes/odl-model-project/pom.xml @@ -35,6 +35,13 @@ maven-archetype-plugin 2.2 + + + commons-lang + commons-lang + 2.6 + + -- 2.36.6