Skip to content

Commit

Permalink
add cache to app.pom
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Brown committed May 14, 2012
1 parent 0bf2477 commit 1b7fc20
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions grails-resources/src/grails/templates/maven/app.pom
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,14 @@
<scope>runtime</scope>
</dependency>

<dependency>
<groupId>org.grails.plugins</groupId>
<artifactId>cache</artifactId>
<version>1.0.0.M2</version>
<type>zip</type>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>org.grails.plugins</groupId>
<artifactId>database-migration</artifactId>
Expand Down

0 comments on commit 1b7fc20

Please sign in to comment.