You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by fm...@apache.org on 2008/05/21 23:25:49 UTC

svn commit: r658882 - /felix/trunk/webconsole/pom.xml

Author: fmeschbe
Date: Wed May 21 14:25:49 2008
New Revision: 658882

URL: http://svn.apache.org/viewvc?rev=658882&view=rev
Log:
Mark dependencies included in the artifact as optional (as proposed
by Niklas Gustavsson, thanks)

Modified:
    felix/trunk/webconsole/pom.xml

Modified: felix/trunk/webconsole/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/webconsole/pom.xml?rev=658882&r1=658881&r2=658882&view=diff
==============================================================================
--- felix/trunk/webconsole/pom.xml (original)
+++ felix/trunk/webconsole/pom.xml Wed May 21 14:25:49 2008
@@ -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>