Skip to content

Commit

Permalink
Added excludes for grails-logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Pearlin committed Oct 27, 2011
1 parent b8757a9 commit 3945e05
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion pom.xml
Expand Up @@ -248,6 +248,10 @@
<artifactId>grails-plugin-gsp</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>org.grails</groupId>
<artifactId>grails-logging</artifactId>
</exclusion>
<exclusion>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
Expand Down Expand Up @@ -275,7 +279,7 @@
</dependency>
<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-plugin-logging</artifactId>
<artifactId>grails-logging</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
Expand All @@ -288,6 +292,25 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-plugin-log4j</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>org.grails</groupId>
<artifactId>grails-logging</artifactId>
</exclusion>
<exclusion>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
</exclusion>
<exclusion>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-plugin-mimetypes</artifactId>
Expand Down

0 comments on commit 3945e05

Please sign in to comment.