File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 4141			<groupId >org.springframework.boot</groupId >
4242			<artifactId >spring-boot-devtools</artifactId >
4343		</dependency >
44- 		<dependency >
45- 			<groupId >com.nimbusds</groupId >
46- 			<artifactId >nimbus-jose-jwt</artifactId >
47- 			<version >9.35</version >
48- 		</dependency >
4944
5045		<!--  tag::actuator[] --> 
5146		<dependency >
6055			<artifactId >spring-boot-starter-test</artifactId >
6156			<scope >test</scope >
6257		</dependency >
58+ 		
6359		<!--  end::tests[] --> 
6460	</dependencies >
6561
6965				<groupId >org.springframework.boot</groupId >
7066				<artifactId >spring-boot-maven-plugin</artifactId >
7167			</plugin >
68+ 		<plugin >
69+ 				<groupId >org.apache.maven.plugins</groupId >
70+ 				<artifactId >maven-compiler-plugin</artifactId >
71+ 				<version >3.11.0</version >
72+ 				<configuration >
73+ 					<source >${java.version} </source >
74+                     <target >${java.version} </target >
75+ 				</configuration >
76+ 		</plugin >
7277		</plugins >
7378	</build >
7479
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments