Skip to content

Commit

Permalink
fix(#3412): Remove module streampipes-platform-services
Browse files Browse the repository at this point in the history
  • Loading branch information
tenthe committed Jan 9, 2025
1 parent 097682d commit f0586ff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
})
@ComponentScan({
"org.apache.streampipes.rest.*",
"org.apache.streampipes.ps",
"org.apache.streampipes.service.core.oauth2"})
public class StreamPipesCoreApplicationMinimal extends StreamPipesCoreApplication {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
})
@ComponentScan({
"org.apache.streampipes.rest.*",
"org.apache.streampipes.ps",
"org.apache.streampipes.service.core.oauth2"
})
public class StreamPipesCoreApplication extends StreamPipesServiceBase {
Expand Down

0 comments on commit f0586ff

Please sign in to comment.