|  | @ -63,6 +63,10 @@
 | 
	
		
			
				|  |  |     <build>
 | 
	
		
			
				|  |  |         <finalName>svr-configuration</finalName>
 | 
	
		
			
				|  |  |         <plugins>
 | 
	
		
			
				|  |  |             <plugin>
 | 
	
		
			
				|  |  |                 <groupId>org.springframework.boot</groupId>
 | 
	
		
			
				|  |  |                 <artifactId>spring-boot-maven-plugin</artifactId>
 | 
	
		
			
				|  |  |             </plugin>
 | 
	
		
			
				|  |  |             <plugin>
 | 
	
		
			
				|  |  |                 <artifactId>maven-war-plugin</artifactId>
 | 
	
		
			
				|  |  |                 <configuration>
 | 
	
	
		
			
				|  | @ -70,17 +74,6 @@
 | 
	
		
			
				|  |  |                     <filteringDeploymentDescriptors>true</filteringDeploymentDescriptors>
 | 
	
		
			
				|  |  |                 </configuration>
 | 
	
		
			
				|  |  |             </plugin>
 | 
	
		
			
				|  |  |             <plugin>
 | 
	
		
			
				|  |  |                 <groupId>org.springframework.boot</groupId>
 | 
	
		
			
				|  |  |                 <artifactId>spring-boot-maven-plugin</artifactId>
 | 
	
		
			
				|  |  |                 <executions>
 | 
	
		
			
				|  |  |                     <execution>
 | 
	
		
			
				|  |  |                         <goals>
 | 
	
		
			
				|  |  |                             <goal>repackage</goal>
 | 
	
		
			
				|  |  |                         </goals>
 | 
	
		
			
				|  |  |                     </execution>
 | 
	
		
			
				|  |  |                 </executions>
 | 
	
		
			
				|  |  |             </plugin>
 | 
	
		
			
				|  |  |         </plugins>
 | 
	
		
			
				|  |  |     </build>
 | 
	
		
			
				|  |  | </project>
 |