|  | @@ -163,7 +163,6 @@
 | 
	
		
			
				|  |  |  	
 | 
	
		
			
				|  |  |  	<build>
 | 
	
		
			
				|  |  |  		<plugins>
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |  			<plugin>
 | 
	
		
			
				|  |  |  				<groupId>org.springframework.boot</groupId>
 | 
	
		
			
				|  |  |  				<artifactId>spring-boot-maven-plugin</artifactId>
 | 
	
	
		
			
				|  | @@ -177,16 +176,6 @@
 | 
	
		
			
				|  |  |  				<configuration>
 | 
	
		
			
				|  |  |  					<source>1.8</source>
 | 
	
		
			
				|  |  |  					<target>1.8</target>
 | 
	
		
			
				|  |  | -					<webResources>
 | 
	
		
			
				|  |  | -						<resource>
 | 
	
		
			
				|  |  | -							<directory>${project.basedir}/libs</directory>
 | 
	
		
			
				|  |  | -							<targetPath>WEB-INF/lib</targetPath>
 | 
	
		
			
				|  |  | -							<filtering>true</filtering>
 | 
	
		
			
				|  |  | -							<includes>
 | 
	
		
			
				|  |  | -								<include>**/*.jar</include>
 | 
	
		
			
				|  |  | -							</includes>
 | 
	
		
			
				|  |  | -						</resource>
 | 
	
		
			
				|  |  | -					</webResources>
 | 
	
		
			
				|  |  |  				</configuration>
 | 
	
		
			
				|  |  |  			</plugin>
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -194,7 +183,6 @@
 | 
	
		
			
				|  |  |  				<groupId>org.apache.maven.plugins</groupId>
 | 
	
		
			
				|  |  |  				<artifactId>maven-surefire-plugin</artifactId>
 | 
	
		
			
				|  |  |  			</plugin>
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |  		</plugins>
 | 
	
		
			
				|  |  |  	</build>
 | 
	
		
			
				|  |  |  </project>
 |