fix for continuous integration.
[xmlrouter] / listener / pom.xml
index c1db80ebe9f7918d4db9a86b3414c9ca30633845..8b3fd575124fc712b9c2ec52fdb1e0c711d25aa4 100644 (file)
     <url>http://wamblee.org</url>
     
     <dependencies>
+        <dependency>
+            <groupId>org.wamblee</groupId>
+            <artifactId>wamblee-support-general</artifactId>
+        </dependency>
            <dependency>
                    <groupId>org.wamblee.xmlrouter</groupId>
                        <artifactId>xmlrouter-config</artifactId>
@@ -43,6 +47,9 @@
                 <configuration>
                     <instructions>
                         <Bundle-SymbolicName>${pom.groupId}.${pom.artifactId}</Bundle-SymbolicName>
+                        <Embed-Dependency>wamblee-support-general;scope=compile|runtime</Embed-Dependency>
+                        <Embed-Directory>lib</Embed-Directory>
+                        <Import-Package>!javax.persistence, !net.sf.ehcache, *</Import-Package>
                     </instructions>
                 </configuration>
             </plugin>