Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
- exclude transitive dependencies for jackson.xc + jodatime
  • Loading branch information
CrystalMethod committed Sep 16, 2014
1 parent b05d3ed commit cf8c846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osgi-bundle/pom.xml
Expand Up @@ -43,7 +43,7 @@
<Embed-Directory>lib</Embed-Directory>
<Embed-Transitive>true</Embed-Transitive>
<Export-Package>*</Export-Package>
<Import-Package>!org.apache.tools.ant.*,!com.sun.*,!sun.*,!ch.qos.logback.*,!org.apache.commons.logging,!org.apache.log.*,!org.apache.avalon.framework.logger.*,!org.neo4j.kernel.ha.*,!nu.xom,!org.osgi.service.blueprint.*,!javax.jms.*,!javax.mail.*,*</Import-Package>
<Import-Package>!org.apache.tools.ant.*,!com.sun.*,!sun.*,!ch.qos.logback.*,!org.apache.commons.logging,!org.apache.log.*,!org.apache.avalon.framework.logger.*,!org.neo4j.kernel.ha.*,!nu.xom,!org.osgi.service.blueprint.*,!javax.jms.*,!javax.mail.*,!org.codehaus.jackson.xc.*,!org.joda.*,*</Import-Package>
<_exportcontents>*</_exportcontents>
<_nouses>true</_nouses>
<_include>src/main/resources/META-INF/MANIFEST.MF</_include>
Expand Down

0 comments on commit cf8c846

Please sign in to comment.