Skip to content

Commit

Permalink
remove asset-pipeline from example projects
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesfredley committed Dec 20, 2024
1 parent 91e2f78 commit 7b4fa7c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
5 changes: 0 additions & 5 deletions examples/grails3-hibernate5-mongodb/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
plugins {
id "com.bertramlabs.asset-pipeline" version "$assetPipelineVersion"
}

group "examples"

dependencies {
Expand Down Expand Up @@ -29,7 +25,6 @@ dependencies {
implementation "org.springframework.boot:spring-boot-starter-tomcat"
implementation "org.springframework.boot:spring-boot-starter-validation"
console "org.grails:grails-console"
runtimeOnly "com.bertramlabs.plugins:asset-pipeline-grails"
runtimeOnly "com.h2database:h2"
runtimeOnly "org.apache.tomcat:tomcat-jdbc"
runtimeOnly "org.fusesource.jansi:jansi"
Expand Down
5 changes: 0 additions & 5 deletions examples/grails3-mongodb-database-per-tenant/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
plugins {
id "com.bertramlabs.asset-pipeline" version "$assetPipelineVersion"
}

dependencies {
implementation project(":grails-plugin")
implementation "org.mongodb:mongodb-driver-sync"
Expand All @@ -24,7 +20,6 @@ dependencies {
implementation "org.springframework.boot:spring-boot-starter-tomcat"
implementation "org.springframework.boot:spring-boot-starter-validation"
console "org.grails:grails-console"
runtimeOnly "com.bertramlabs.plugins:asset-pipeline-grails"
runtimeOnly "com.h2database:h2"
runtimeOnly "org.apache.tomcat:tomcat-jdbc"
runtimeOnly "org.fusesource.jansi:jansi"
Expand Down
5 changes: 0 additions & 5 deletions examples/grails3-mongodb/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
plugins {
id "com.bertramlabs.asset-pipeline" version "$assetPipelineVersion"
}

group "examples"

dependencies {
Expand All @@ -27,7 +23,6 @@ dependencies {
implementation "org.springframework.boot:spring-boot-starter-tomcat"
implementation "org.springframework.boot:spring-boot-starter-validation"
console "org.grails:grails-console"
runtimeOnly "com.bertramlabs.plugins:asset-pipeline-grails"
runtimeOnly "com.h2database:h2"
runtimeOnly "org.apache.tomcat:tomcat-jdbc"
runtimeOnly "org.fusesource.jansi:jansi"
Expand Down

0 comments on commit 7b4fa7c

Please sign in to comment.