Skip to content

Commit

Permalink
add package scan
Browse files Browse the repository at this point in the history
  • Loading branch information
david-leifker committed Jul 16, 2024
1 parent 5478d8f commit 9a57d75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"com.linkedin.gms.factory.context",
"com.linkedin.gms.factory.timeseries",
"com.linkedin.gms.factory.assertion",
"com.linkedin.gms.factory.plugins"
},
excludeFilters = {
@ComponentScan.Filter(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"com.linkedin.gms.factory.form",
"com.linkedin.metadata.dao.producer",
"io.datahubproject.metadata.jobs.common.health.kafka",
"com.linkedin.gms.factory.context"
"com.linkedin.gms.factory.context",
"com.linkedin.gms.factory.plugins"
},
excludeFilters = {
@ComponentScan.Filter(
Expand Down

0 comments on commit 9a57d75

Please sign in to comment.