Skip to content

Commit

Permalink
exclude osgi stuff that jgit's upgrade seemed to bring in breaking stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrachan committed Sep 20, 2013
1 parent 895ce32 commit 83cad70
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hawtio-web/pom.xml
Expand Up @@ -349,10 +349,16 @@
!org.apache.log*,

!com.jcraft.jzlib,
!keypairgen,
!signature,
!userauth,
!com.ibm.uvm.tools*,!com.sun.jdmk.comm*,!javax.jmdns*,!javax.jms*,!javax.portlet*,
!org.apache.commons.io*,
*
</Import-Package>
<Private-Package>
javaewah
</Private-Package>

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

0 comments on commit 83cad70

Please sign in to comment.