Initial version with all API bundles deployed in the integraiton test.
[xmlrouter] / listener / pom.xml
index c1db80ebe9f7918d4db9a86b3414c9ca30633845..0a635e9b7dd4150769b09caec44ea5f3621fa04f 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,8 @@
                 <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>
                     </instructions>
                 </configuration>
             </plugin>