Skip to content

Commit

Permalink
Merge pull request #658 from pg-techno123/develop
Browse files Browse the repository at this point in the history
MOSIP-35842
  • Loading branch information
lsivanand authored Sep 21, 2024
2 parents 5b803dc + fa35fd2 commit 73d05e0
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package io.mosip.testrig.dslrig.ivv.e2e.config;

import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;


@Configuration
@ComponentScan(basePackages = { "io.mosip.testrig.apirig", "io.mosip.testrig.dslrig"})
public class BeanConfig {
int i = 0;
}

0 comments on commit 73d05e0

Please sign in to comment.