now also deploying the XML router itself in the integration test.
[xmlrouter] / router / bundle / pom.xml
index 458ceb1739b7a859d56474ccafab2fa2e430e6dd..ff189df3a922a766c355e036605e5405fd720f5d 100644 (file)
             <artifactId>xmlrouter-router-impl</artifactId>
             <version>0.1.0-SNAPSHOT</version>
         </dependency>
+        <dependency>
+            <groupId>org.wamblee</groupId>
+            <artifactId>wamblee-support-general</artifactId>
+        </dependency>
        
         <dependency>
             <groupId>junit</groupId>
@@ -43,6 +47,7 @@
                         <Bundle-SymbolicName>${pom.groupId}.${pom.artifactId}</Bundle-SymbolicName>
                         <Embed-Dependency>*;scope=compile|runtime</Embed-Dependency>
                         <Embed-Directory>lib</Embed-Directory>
+                        <Import-Package>!javax.persistence, !net.sf.ehcache, *</Import-Package>
                     </instructions>
                 </configuration>
             </plugin>