|  | @@ -139,4 +139,34 @@
 | 
	
		
			
				|  |  |              <version>1.2.6</version>
 | 
	
		
			
				|  |  |          </dependency>
 | 
	
		
			
				|  |  |      </dependencies>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    <build>
 | 
	
		
			
				|  |  | +        <plugins>
 | 
	
		
			
				|  |  | +            <plugin>
 | 
	
		
			
				|  |  | +                <groupId>org.apache.maven.plugins</groupId>
 | 
	
		
			
				|  |  | +                <artifactId>maven-compiler-plugin</artifactId>
 | 
	
		
			
				|  |  | +                <version>3.1</version>
 | 
	
		
			
				|  |  | +                <configuration>
 | 
	
		
			
				|  |  | +                    <source>8</source>
 | 
	
		
			
				|  |  | +                    <target>8</target>
 | 
	
		
			
				|  |  | +                    <encoding>${project.build.sourceEncoding}</encoding>
 | 
	
		
			
				|  |  | +                </configuration>
 | 
	
		
			
				|  |  | +            </plugin>
 | 
	
		
			
				|  |  | +            <plugin>
 | 
	
		
			
				|  |  | +                <groupId>org.springframework.boot</groupId>
 | 
	
		
			
				|  |  | +                <artifactId>spring-boot-maven-plugin</artifactId>
 | 
	
		
			
				|  |  | +                <version>2.5.14</version>
 | 
	
		
			
				|  |  | +                <configuration>
 | 
	
		
			
				|  |  | +                    <includeSystemScope>true</includeSystemScope>
 | 
	
		
			
				|  |  | +                </configuration>
 | 
	
		
			
				|  |  | +                <executions>
 | 
	
		
			
				|  |  | +                    <execution>
 | 
	
		
			
				|  |  | +                        <goals>
 | 
	
		
			
				|  |  | +                            <goal>repackage</goal>
 | 
	
		
			
				|  |  | +                        </goals>
 | 
	
		
			
				|  |  | +                    </execution>
 | 
	
		
			
				|  |  | +                </executions>
 | 
	
		
			
				|  |  | +            </plugin>
 | 
	
		
			
				|  |  | +        </plugins>
 | 
	
		
			
				|  |  | +    </build>
 | 
	
		
			
				|  |  |  </project>
 |