Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): Remove unused grails-plugin-events dependency #153

Merged
merged 1 commit into from
Oct 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading