Skip to content

Commit

Permalink
Merge pull request #469 from grails/pre-release-7.0.0-M1
Browse files Browse the repository at this point in the history
Remove sitemesh dependency & update asset-pipeline to 5.0.5
  • Loading branch information
jamesfredley authored Dec 23, 2024
2 parents 0c0e085 + 1f84ccd commit 332425e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,6 @@ public void apply(GeneratorContext generatorContext) {
.artifactId("gsp")
.implementation());

generatorContext.addDependency(Dependency.builder()
.groupId("org.sitemesh")
.lookupArtifactId("grails-plugin-sitemesh3")
.implementation());

final ClassLoader classLoader = Thread.currentThread().getContextClassLoader();
generatorContext.addTemplate("mainLayout", new URLTemplate(getViewFolderPath() + "layouts/main.gsp", classLoader.getResource("gsp/main.gsp")));
generatorContext.addTemplate("index", new URLTemplate(getViewFolderPath() + "index.gsp", classLoader.getResource("gsp/index.gsp")));
Expand Down
7 changes: 1 addition & 6 deletions grails-forge-core/src/main/resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<dependency>
<groupId>com.bertramlabs.plugins</groupId>
<artifactId>asset-pipeline-gradle</artifactId>
<version>5.0.4</version>
<version>5.0.5</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand All @@ -107,10 +107,5 @@
<artifactId>micronaut-serde-jackson</artifactId>
<version>2.11.0</version>
</dependency>
<dependency>
<groupId>org.sitemesh</groupId>
<artifactId>grails-plugin-sitemesh3</artifactId>
<version>7.0.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project>

0 comments on commit 332425e

Please sign in to comment.