You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2012/01/21 19:19:43 UTC

svn commit: r1234382 - /commons/proper/jxpath/trunk/pom.xml

Author: mbenson
Date: Sat Jan 21 18:19:43 2012
New Revision: 1234382

URL: http://svn.apache.org/viewvc?rev=1234382&view=rev
Log:
[JXPATH-153] mark all dependencies as optional in OSGI manifest entries

Modified:
    commons/proper/jxpath/trunk/pom.xml

Modified: commons/proper/jxpath/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jxpath/trunk/pom.xml?rev=1234382&r1=1234381&r2=1234382&view=diff
==============================================================================
--- commons/proper/jxpath/trunk/pom.xml (original)
+++ commons/proper/jxpath/trunk/pom.xml Sat Jan 21 18:19:43 2012
@@ -73,6 +73,7 @@ under the License.
     <commons.release.version>1.4</commons.release.version>
     <commons.jira.id>JXPATH</commons.jira.id>
     <commons.jira.pid>12310480</commons.jira.pid>
+    <commons.osgi.import>*;resolution:=optional</commons.osgi.import>
   </properties> 
 
   <build>