commons-lang is needed to run, but it is not pulled automatically. Fix
that.
Change-Id: I95dd2d527eb47d55597bb3d844867f0ca0c50b3f
Signed-off-by: Robert Varga <rovarga@cisco.com>
(cherry picked from commit
1ad148df405e6cd9e1ebcfe63bd65facb4007941)
<plugin>
<artifactId>maven-archetype-plugin</artifactId>
<version>2.2</version>
+ <dependencies>
+ <dependency>
+ <groupId>commons-lang</groupId>
+ <artifactId>commons-lang</artifactId>
+ <version>2.6</version>
+ </dependency>
+ </dependencies>
</plugin>
</plugins>
</pluginManagement>