File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/test/java/org/springframework/grpc/sample Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7171 <dependency >
7272 <groupId >org.springframework.experimental.boot</groupId >
7373 <artifactId >spring-boot-testjars-maven</artifactId >
74- <version >0.0.3 </version >
74+ <version >0.0.4 </version >
7575 <scope >test</scope >
7676 </dependency >
7777 </dependencies >
Original file line number Diff line number Diff line change @@ -124,9 +124,9 @@ static class ExtraConfiguration {
124124 @ OAuth2ClientProviderIssuerUri
125125 static CommonsExecWebServerFactoryBean authServer () {
126126 return CommonsExecWebServerFactoryBean .builder ()
127- .defaultSpringBootApplicationMain ()
128- .classpath (classpath -> classpath
129- . entries ( MavenClasspathEntry . springBootStarter ( " oauth2-authorization-server" )));
127+ .useGenericSpringBootMain ()
128+ .classpath (classpath -> classpath . entries ( new MavenClasspathEntry (
129+ "org.springframework.boot:spring-boot-starter- oauth2-authorization-server:3.4.4 " )));
130130 }
131131
132132 @ Bean
You can’t perform that action at this time.
0 commit comments