FELIX-2540 Ensure inclusion of the DEPENDENCIES file in the build artifacts
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@984669 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/pom.xml b/webconsole/pom.xml
index b49f7dd..412a829 100644
--- a/webconsole/pom.xml
+++ b/webconsole/pom.xml
@@ -53,8 +53,9 @@
<targetPath>META-INF</targetPath>
<directory>${basedir}</directory>
<includes>
- <include>LICENSE*</include>
- <include>NOTICE*</include>
+ <include>LICENSE</include>
+ <include>NOTICE</include>
+ <include>DEPENDENCIES</include>
</includes>
</resource>
<!-- CSS and images for backwards compatibility -->
@@ -109,7 +110,6 @@
<Import-Package>
org.apache.felix.scr;version=1.0;resolution:=optional,
org.osgi.service.http,
- org.apache.felix.scr;
org.apache.felix.shell;
org.osgi.service.*;resolution:=optional,
javax.portlet;resolution:=optional,