| | |
| | | |
| | | <build> |
| | | <plugins> |
| | | |
| | | <plugin> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-maven-plugin</artifactId> |
| | |
| | | <configuration> |
| | | <source>1.8</source> |
| | | <target>1.8</target> |
| | | <<<<<<< HEAD |
| | | <!-- |
| | | <webResources> |
| | | <resource> |
| | | <directory>${project.basedir}/libs</directory> |
| | |
| | | </includes> |
| | | </resource> |
| | | </webResources> |
| | | ======= |
| | | >>>>>>> upstream/master |
| | | --> |
| | | </configuration> |
| | | </plugin> |
| | | |
| | |
| | | <groupId>org.apache.maven.plugins</groupId> |
| | | <artifactId>maven-surefire-plugin</artifactId> |
| | | </plugin> |
| | | |
| | | </plugins> |
| | | </build> |
| | | </project> |