Mark dependencies included in the artifact as optional (as proposed
by Niklas Gustavsson, thanks)
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@658882 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/pom.xml b/webconsole/pom.xml
index 3372ec0..1dc1e1b 100644
--- a/webconsole/pom.xml
+++ b/webconsole/pom.xml
@@ -117,6 +117,7 @@
<artifactId>commons-fileupload</artifactId>
<version>1.1.1</version>
<scope>compile</scope>
+ <optional>true</optional>
</dependency>
<dependency>
@@ -143,6 +144,7 @@
<artifactId>json</artifactId>
<version>20070829</version>
<scope>compile</scope>
+ <optional>true</optional>
</dependency>
<dependency>
@@ -157,6 +159,7 @@
<artifactId>org.apache.felix.bundlerepository</artifactId>
<version>1.0.3</version>
<scope>compile</scope>
+ <optional>true</optional>
</dependency>
</dependencies>