You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by pa...@apache.org on 2017/03/28 07:42:42 UTC

svn commit: r1789062 - /felix/trunk/webconsole-plugins/obr/pom.xml

Author: pauls
Date: Tue Mar 28 07:42:42 2017
New Revision: 1789062

URL: http://svn.apache.org/viewvc?rev=1789062&view=rev
Log:
Make osgi api optional

Modified:
    felix/trunk/webconsole-plugins/obr/pom.xml

Modified: felix/trunk/webconsole-plugins/obr/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/webconsole-plugins/obr/pom.xml?rev=1789062&r1=1789061&r2=1789062&view=diff
==============================================================================
--- felix/trunk/webconsole-plugins/obr/pom.xml (original)
+++ felix/trunk/webconsole-plugins/obr/pom.xml Tue Mar 28 07:42:42 2017
@@ -132,6 +132,7 @@
             <artifactId>org.osgi.service.obr</artifactId>
             <version>1.0.2</version>
             <scope>provided</scope>
+            <optional>true</optional>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>