Skip to content

Commit

Permalink
Fetch sitemesh3 jar from Maven repo. Remove the jar from lib directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Jul 5, 2012
1 parent 70e59f3 commit 25eb89c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sitemesh-examples-gradle-hello/build.gradle
Expand Up @@ -17,7 +17,7 @@ jettyRun.contextPath = ''
jettyRun.webAppSourceDirectory = file("$rootDir")

dependencies {
runtime fileTree(dir: 'lib', include: '*.jar')
runtime 'org.sitemesh:sitemesh:3.0-alpha-2'
}

repositories {
Expand Down
Binary file not shown.

0 comments on commit 25eb89c

Please sign in to comment.