summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index d8274ec..8a76461 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,6 +104,12 @@
<groupId>org.grails</groupId>
<artifactId>grails-web</artifactId>
<version>2.4.4</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.grails</groupId>
+ <artifactId>grails-web-jsp</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.grails</groupId>