From: Robert Varga Date: Fri, 22 May 2015 10:04:52 +0000 (+0200) Subject: Fix maven-archetype-plugin not pulling its dependencies X-Git-Tag: release/beryllium~511 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=bd7166799e97b569c14103748886028479631a1c;ds=sidebyside 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) --- 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 + +