This is an automated email from the ASF dual-hosted git repository. heneveld pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git
commit 342ea6c40c5e6568f522ee900445713848beab3d Author: frogfather <[email protected]> AuthorDate: Tue Jan 8 11:39:28 2019 +0000 remove jaas dependency --- karaf/jetty-config/pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/karaf/jetty-config/pom.xml b/karaf/jetty-config/pom.xml index bd330b6..382a76a 100644 --- a/karaf/jetty-config/pom.xml +++ b/karaf/jetty-config/pom.xml @@ -47,7 +47,6 @@ <Import-Package> org.eclipse.jetty.jaas, org.eclipse.jetty.security, - org.apache.brooklyn.rest.security.jaas, * </Import-Package> </instructions>
