Skip to content

Commit

Permalink
mucked about with lovely osgi headers ('osgi headers are awesome - no…
Browse files Browse the repository at this point in the history
…one ever") to get the hawtio feature to deploy into osgi again after http-client bust it
  • Loading branch information
jstrachan committed May 3, 2013
1 parent 589380a commit 2209717
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hawtio-web/pom.xml
Expand Up @@ -293,7 +293,9 @@
<Embed-Transitive>true</Embed-Transitive>

<!-- fix jgit, and slf4j imports -->
<Import-Package>!com.jcraft.jzlib,org.slf4j;resolution:=optional,!org.slf4j.impl,*</Import-Package>
<Import-Package>!com.jcraft.jzlib,org.slf4j;resolution:=optional,
!org.slf4j.impl,!com.ibm.uvm.tools*,!com.sun.jdmk.comm*,!javax.jmdns*,!javax.jms*,!javax.portlet*,
!org.apache.commons.io*,!org.apache.log*,*</Import-Package>

<Bundle-ClassPath>.,WEB-INF/classes</Bundle-ClassPath>
<Bundle-Name>${project.description}</Bundle-Name>
Expand Down

0 comments on commit 2209717

Please sign in to comment.