Skip to content

Commit

Permalink
added missing mimetypes plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Graeme Rocher authored and Graeme Rocher committed Aug 31, 2011
1 parent 1ad6fb8 commit 32a48b5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/resources/archetype-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,12 @@
<version>${grails.version}</version>
</dependency>

<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-plugin-mimetypes</artifactId>
<version>${grails.version}</version>
</dependency>

<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-plugin-scaffolding</artifactId>
Expand Down

0 comments on commit 32a48b5

Please sign in to comment.