You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by ff...@apache.org on 2013/01/05 07:22:31 UTC

svn commit: r1429205 - in /karaf/trunk: assemblies/features/framework/pom.xml pom.xml

Author: ffang
Date: Sat Jan  5 06:22:30 2013
New Revision: 1429205

URL: http://svn.apache.org/viewvc?rev=1429205&view=rev
Log:
[KARAF-2097]endorse stax-api spec jar

Modified:
    karaf/trunk/assemblies/features/framework/pom.xml
    karaf/trunk/pom.xml

Modified: karaf/trunk/assemblies/features/framework/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/assemblies/features/framework/pom.xml?rev=1429205&r1=1429204&r2=1429205&view=diff
==============================================================================
--- karaf/trunk/assemblies/features/framework/pom.xml (original)
+++ karaf/trunk/assemblies/features/framework/pom.xml Sat Jan  5 06:22:30 2013
@@ -337,6 +337,11 @@
                                     <outputDirectory>target/classes/resources/lib/endorsed</outputDirectory>
                                 </artifactItem>
                                 <artifactItem>
+                                    <groupId>org.apache.servicemix.specs</groupId>
+                                    <artifactId>org.apache.servicemix.specs.stax-api-1.2</artifactId>
+                                    <outputDirectory>target/classes/resources/lib/endorsed</outputDirectory>
+                                </artifactItem>
+                                <artifactItem>
                                     <groupId>org.eclipse</groupId>
                                     <artifactId>osgi</artifactId>
                                     <outputDirectory>target/classes/resources/system/org/eclipse/osgi/${equinox.version}</outputDirectory>

Modified: karaf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/pom.xml?rev=1429205&r1=1429204&r2=1429205&view=diff
==============================================================================
--- karaf/trunk/pom.xml (original)
+++ karaf/trunk/pom.xml Sat Jan  5 06:22:30 2013
@@ -1393,6 +1393,11 @@
                 <version>${servicemix.specs.version}</version>
             </dependency>
             <dependency>
+                <groupId>org.apache.servicemix.specs</groupId>
+                <artifactId>org.apache.servicemix.specs.stax-api-1.2</artifactId>
+                <version>${servicemix.specs.version}</version>
+            </dependency>
+            <dependency>
                 <groupId>org.apache.sshd</groupId>
                 <artifactId>sshd-core</artifactId>
                 <version>${sshd.version}</version>