Skip to content

Commit

Permalink
Reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
sukruthiarjula committed Jul 10, 2024
1 parent d81b0ca commit bf0ff7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/main/java/com/netflix/conductor/Conductor.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
// In case that SQL database is selected this class will be imported back in the appropriate
// database persistence module.
@SpringBootApplication(exclude = DataSourceAutoConfiguration.class)
@ComponentScan(basePackages = {"com.netflix.conductor", "io.orkes.conductor","org.ccctech.apigateway.conductor"})
@ComponentScan(basePackages = {"com.netflix.conductor", "io.orkes.conductor"})
public class Conductor {

private static final Logger log = LoggerFactory.getLogger(Conductor.class);
Expand Down

0 comments on commit bf0ff7e

Please sign in to comment.