Add missing dependency (configfile of alto-manager) to features 91/18391/1
authorXin Li <yakumolx@gmail.com>
Thu, 16 Apr 2015 04:40:57 +0000 (12:40 +0800)
committerXin Li <yakumolx@gmail.com>
Thu, 16 Apr 2015 04:40:57 +0000 (12:40 +0800)
Change-Id: Iec17d33609f5771c112cc0bba160e3527f9b71c2
Signed-off-by: Xin Li <yakumolx@gmail.com>
features/pom.xml

index c15178093a92df072378f34236f47486cb1f66a8..5abab11715f1e86e237b2e91995d32cefb41fbc7 100644 (file)
@@ -96,6 +96,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
       <version>${project.version}</version>
     </dependency>
 
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>alto-manager</artifactId>
+      <version>${project.version}</version>
+      <type>xml</type>
+      <classifier>config</classifier>
+    </dependency>
+
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpclient-osgi</artifactId>