Fix maven-archetype-plugin not pulling its dependencies
[controller.git] / opendaylight / archetypes / odl-model-project / pom.xml
index 4945eb2a66239ea9bcf5ddcab8bb846c3276459b..61ee6f8b6ef8f1a37d071c316aed4840e84ce570 100644 (file)
@@ -4,7 +4,7 @@
 
   <groupId>org.opendaylight.controller.archetypes</groupId>
   <artifactId>odl-model-project</artifactId>
-  <version>1.2.0-SNAPSHOT</version>
+  <version>1.3.0-SNAPSHOT</version>
   <packaging>maven-archetype</packaging>
 
   <properties>
         <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>