From 6486b627e2c84c179b2e2661a50a8eeeb8fd1df1 Mon Sep 17 00:00:00 2001 From: Shinsuke Sugaya <shinsuke@yahoo.co.jp> Date: Sat, 20 Aug 2016 07:16:10 +0900 Subject: [PATCH] add comment --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index f4821f86a..084812e38 100644 --- a/pom.xml +++ b/pom.xml @@ -1254,6 +1254,7 @@ <groupId>org.apache.tomcat</groupId> <artifactId>tomcat-jasper</artifactId> <version>${tomcat.version}</version> + <!-- Disable scope at development on IDEA --> <scope>provided</scope> <exclusions> <exclusion> -- GitLab