[KARAF-2805] Remove dependency from shell/core to jaas/modules Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/0ba89bbf Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/0ba89bbf Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/0ba89bbf
Branch: refs/heads/master Commit: 0ba89bbfcd839334338a86f9874de28c4fd8d0e6 Parents: e2bf5ce Author: Guillaume Nodet <[email protected]> Authored: Thu Mar 6 17:52:08 2014 +0100 Committer: Guillaume Nodet <[email protected]> Committed: Thu Mar 6 17:52:08 2014 +0100 ---------------------------------------------------------------------- shell/core/pom.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/0ba89bbf/shell/core/pom.xml ---------------------------------------------------------------------- diff --git a/shell/core/pom.xml b/shell/core/pom.xml index c14cc6e..47c1d34 100644 --- a/shell/core/pom.xml +++ b/shell/core/pom.xml @@ -169,6 +169,9 @@ <Main-Class> org.apache.karaf.shell.impl.console.standalone.Main </Main-Class> + <Embed-Dependency> + org.apache.karaf.jaas.modules;inline="org/apache/karaf/jaas/modules/JaasHelper.class" + </Embed-Dependency> </instructions> <unpackBundle>true</unpackBundle> </configuration>
