mavenBundle().groupId("org.mockito").artifactId("mockito-all")
.version("1.8.5"), //
- // Dependencies from wamblee utils (TODO create bundle of
- // support-general with optional dependencies).
- mavenBundle().groupId("org.eclipse.persistence")
- .artifactId("javax.persistence").version("2.0.0"), //
- wrappedBundle(mavenBundle().groupId("net.sf.ehcache")
- .artifactId("ehcache-core").version("2.2.0")), //
-
// XML Router API packages.
mavenBundle().groupId("org.wamblee.xmlrouter")
.artifactId("xmlrouter-common").versionAsInProject(),//
<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>