You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2008/10/26 23:57:54 UTC

svn commit: r708059 - in /servicemix/smx4/kernel/trunk/testing: itests/pom.xml support/pom.xml

Author: gnodet
Date: Sun Oct 26 15:57:54 2008
New Revision: 708059

URL: http://svn.apache.org/viewvc?rev=708059&view=rev
Log:
Fix test support

Modified:
    servicemix/smx4/kernel/trunk/testing/itests/pom.xml
    servicemix/smx4/kernel/trunk/testing/support/pom.xml

Modified: servicemix/smx4/kernel/trunk/testing/itests/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/kernel/trunk/testing/itests/pom.xml?rev=708059&r1=708058&r2=708059&view=diff
==============================================================================
--- servicemix/smx4/kernel/trunk/testing/itests/pom.xml (original)
+++ servicemix/smx4/kernel/trunk/testing/itests/pom.xml Sun Oct 26 15:57:54 2008
@@ -29,7 +29,7 @@
 
     <groupId>org.apache.servicemix.kernel.testing</groupId>
     <artifactId>org.apache.servicemix.kernel.testing.itests</artifactId>
-    <packaging>bundle</packaging>
+    <packaging>jar</packaging>
     <version>1.1.0-SNAPSHOT</version>
     <name>Apache ServiceMix Kernel :: Testing - ITests</name>
 
@@ -77,17 +77,6 @@
                     </execution>
                 </executions>
             </plugin>
-            <plugin>
-                <groupId>org.apache.felix</groupId>
-                <artifactId>maven-bundle-plugin</artifactId>
-                <configuration>
-                    <instructions>
-                        <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
-                        <Import-Package>org.apache.felix*;resolution:=optional,*</Import-Package>
-                        <Export-Package>${pom.artifactId}</Export-Package>
-                    </instructions>
-                </configuration>
-            </plugin>
         </plugins>
     </build>
 

Modified: servicemix/smx4/kernel/trunk/testing/support/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/kernel/trunk/testing/support/pom.xml?rev=708059&r1=708058&r2=708059&view=diff
==============================================================================
--- servicemix/smx4/kernel/trunk/testing/support/pom.xml (original)
+++ servicemix/smx4/kernel/trunk/testing/support/pom.xml Sun Oct 26 15:57:54 2008
@@ -71,6 +71,14 @@
             <artifactId>geronimo-servlet_2.5_spec</artifactId>
         </dependency>
         <dependency>
+            <groupId>org.apache.servicemix.specs</groupId>
+            <artifactId>org.apache.servicemix.specs.stax-api-1.0</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix.specs</groupId>
+            <artifactId>org.apache.servicemix.specs.jaxp-api-1.3</artifactId>
+        </dependency>
+        <dependency>
             <groupId>org.apache.servicemix.bundles</groupId>
             <artifactId>org.apache.servicemix.bundles.aopalliance</artifactId>
         </dependency>
@@ -82,6 +90,14 @@
             <groupId>org.apache.servicemix.bundles</groupId>
             <artifactId>org.apache.servicemix.bundles.junit</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix.bundles</groupId>
+            <artifactId>org.apache.servicemix.bundles.woodstox</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix.bundles</groupId>
+            <artifactId>org.apache.servicemix.bundles.jaxp-ri</artifactId>
+        </dependency>
     </dependencies>
 
     <build>