From 499d6127c8d97f698ebb4fc35b05b763d13583ed Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Wed, 6 Dec 2023 21:00:33 +1000 Subject: [PATCH] Issue #11024 fix dependencies from jetty-security which should be test only Signed-off-by: Olivier Lamy --- jetty-core/jetty-security/pom.xml | 33 +++++++++++++++++-------------- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/jetty-core/jetty-security/pom.xml b/jetty-core/jetty-security/pom.xml index d1a8d7459eb..c03dd81834c 100644 --- a/jetty-core/jetty-security/pom.xml +++ b/jetty-core/jetty-security/pom.xml @@ -19,21 +19,6 @@ - - org.apache.directory.api - api-asn1-api - ${apache.directory.api.version} - - - org.apache.directory.api - api-ldap-model - ${apache.directory.api.version} - - - org.apache.directory.api - api-util - ${apache.directory.api.version} - org.eclipse.jetty jetty-server @@ -42,12 +27,30 @@ org.slf4j slf4j-api + + org.apache.directory.api + api-asn1-api + ${apache.directory.api.version} + test + + + org.apache.directory.api + api-ldap-model + ${apache.directory.api.version} + test + org.apache.directory.api api-ldap-schema-data ${apache.directory.api.version} test + + org.apache.directory.api + api-util + ${apache.directory.api.version} + test + org.apache.directory.server apacheds-core-integ