Skip to content

Commit

Permalink
fix(deps): Remove unused grails-plugin-events dependency (#153)
Browse files Browse the repository at this point in the history
`grails-plugin-events` is not a dependency of `grails-plugin-async`.

Related:
grails/grails-core#13723
  • Loading branch information
matrei authored Oct 4, 2024
1 parent 76121a8 commit 8aeac5c
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions grails-plugin-async/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,6 @@ plugins {
dependencies {

api project(':grails-async-core')

// This project does not really depend on the events plugin
// but rather on the events-core and events-compat modules.
// This is a workaround because without this, many plugins
// will not get the events plugin automatically on the classpath
// and will get an error.
// The async plugin is automatically added to the classpath by
// grails-core/grails-dependencies and now also the events plugin
// should be pulled in. This will be removed in Grails 7.
// https://github.com/grails/grails-core/issues/13324
api project(':grails-plugin-events')

api project(':grails-events-compat')
api project(':grails-events-core')
api libs.grails.core
Expand Down

0 comments on commit 8aeac5c

Please sign in to comment.