Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

Commit

Permalink
Fix imports on fabric-jaas
Browse files Browse the repository at this point in the history
  • Loading branch information
gashcrumb committed Sep 27, 2012
1 parent 78f90e1 commit bac6b13
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion fabric/fabric-jaas/pom.xml
Expand Up @@ -31,7 +31,14 @@
<description>Fuse Fabric :: JAAS</description>

<properties>
<fuse.osgi.export>
<fuse.osgi.import>
org.apache.karaf.jaas.config,
org.apache.karaf.jaas.modules,
org.apache.karaf.jaas.modules.encryption,
org.apache.karaf.jaas.modules.properties,
*
</fuse.osgi.import>
<fuse.osgi.export>
org.fusesource.fabric.jaas
</fuse.osgi.export>
<fuse.osgi.private.pkg>
Expand Down

0 comments on commit bac6b13

Please sign in to comment.