From 3f4a49c95a086c846e2dd35388020d13032bfceb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois-Xavier=20Thomas?= Date: Tue, 2 Apr 2019 21:42:06 +0200 Subject: [PATCH] Fix dependency error with org.eclipse.jetty.jetty This is only used by reflection, and should be provided by the servlet container (Tomcat or Jetty). --- airsonic-main/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/airsonic-main/pom.xml b/airsonic-main/pom.xml index 408e9b0f..66889d60 100755 --- a/airsonic-main/pom.xml +++ b/airsonic-main/pom.xml @@ -492,6 +492,13 @@ provided + + + org.eclipse.jetty + jetty-io + provided + + com.fasterxml.jackson.core jackson-core