From 377f68543dd7da5cc1f22f79fb40e7cbd1226759 Mon Sep 17 00:00:00 2001 From: Andrew DeMaria Date: Sat, 20 Oct 2018 16:40:52 -0400 Subject: [PATCH] Added profile to make running within a ide easier Signed-off-by: Andrew DeMaria --- airsonic-main/pom.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/airsonic-main/pom.xml b/airsonic-main/pom.xml index 7204c4fd..1d94de0b 100755 --- a/airsonic-main/pom.xml +++ b/airsonic-main/pom.xml @@ -15,6 +15,7 @@ 3.1.0 1.2.1-RELEASE + provided @@ -445,12 +446,12 @@ org.springframework.boot spring-boot-starter-tomcat - provided + ${tomcat.server.scope} org.apache.tomcat.embed tomcat-embed-jasper - provided + ${tomcat.server.scope} @@ -599,5 +600,11 @@ spring-boot-starter-tomcat + + ide-tomcat-embed + + compile + +