Author: jbonofre
Date: Wed May 29 05:02:49 2013
New Revision: 1487242

URL: http://svn.apache.org/r1487242
Log:
Upgrade to bundles-pom 10

Modified:
    servicemix/smx4/bundles/trunk/rhino-1.7-R1/pom.xml

Modified: servicemix/smx4/bundles/trunk/rhino-1.7-R1/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/rhino-1.7-R1/pom.xml?rev=1487242&r1=1487241&r2=1487242&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/rhino-1.7-R1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/rhino-1.7-R1/pom.xml Wed May 29 05:02:49 2013
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>8</version>
+        <version>10</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
@@ -43,7 +43,6 @@
             javax.swing*;resolution:=optional,
             javax.xml*;resolution:=optional,
             org.apache.xmlbeans*;resolution:=optional,
-            org.mozilla*;resolution:=optional,
             org.w3c*;resolution:=optional,
             org.xml*;resolution:=optional,
             *
@@ -59,7 +58,6 @@
             <groupId>${pkgGroupId}</groupId>
             <artifactId>${pkgArtifactId}</artifactId>
             <version>${pkgVersion}</version>
-            <optional>true</optional>
         </dependency>
 
         <!-- sources -->
@@ -68,7 +66,6 @@
             <artifactId>${pkgArtifactId}</artifactId>
             <version>${pkgVersion}</version>
             <classifier>sources</classifier>
-            <optional>true</optional>
         </dependency>
     </dependencies>
 


Reply via email to