Skip to content

Commit

Permalink
Update module-info.java
Browse files Browse the repository at this point in the history
  • Loading branch information
SentryMan authored Jun 16, 2024
1 parent 1668d1f commit 35d4418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blackbox-test/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
requires jakarta.validation;
requires jakarta.inject;
provides io.avaje.validation.Validator.GeneratedComponent with example.avaje.valid.GeneratedValidatorComponent;
provides io.avaje.inject.spi.Module with example.avaje.AvajeModule;
provides io.avaje.inject.spi.InjectExtension with example.avaje.AvajeModule;
}

0 comments on commit 35d4418

Please sign in to comment.