|
|
@ -3,7 +3,12 @@ |
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
|
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
|
|
|
|
<parent> |
|
|
|
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
|
|
|
<artifactId>spring-boot-starter-parent</artifactId> |
|
|
|
|
|
|
|
<version>2.4.0-M3</version> |
|
|
|
|
|
|
|
<relativePath/> <!-- lookup parent from repository --> |
|
|
|
|
|
|
|
</parent> |
|
|
|
<groupId>MTGClone</groupId> |
|
|
|
<groupId>MTGClone</groupId> |
|
|
|
<artifactId>MTGClone</artifactId> |
|
|
|
<artifactId>MTGClone</artifactId> |
|
|
|
<version>1.0</version> |
|
|
|
<version>1.0</version> |
|
|
@ -18,6 +23,25 @@ |
|
|
|
</properties> |
|
|
|
</properties> |
|
|
|
|
|
|
|
|
|
|
|
<dependencies> |
|
|
|
<dependencies> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
|
|
|
<artifactId>spring-boot-starter</artifactId> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
|
|
|
<artifactId>spring-boot-starter-web</artifactId> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
|
|
|
<artifactId>spring-boot-starter-test</artifactId> |
|
|
|
|
|
|
|
<scope>test</scope> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.apache.tomcat.embed</groupId> |
|
|
|
|
|
|
|
<artifactId>tomcat-embed-jasper</artifactId> |
|
|
|
|
|
|
|
<scope>provided</scope> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>junit</groupId> |
|
|
|
<groupId>junit</groupId> |
|
|
|
<artifactId>junit</artifactId> |
|
|
|
<artifactId>junit</artifactId> |
|
|
@ -34,11 +58,16 @@ |
|
|
|
<build> |
|
|
|
<build> |
|
|
|
<pluginManagement><!-- lock down plugins versions to avoid using Maven defaults (may be moved to parent pom) --> |
|
|
|
<pluginManagement><!-- lock down plugins versions to avoid using Maven defaults (may be moved to parent pom) --> |
|
|
|
<plugins> |
|
|
|
<plugins> |
|
|
|
|
|
|
|
<plugin> |
|
|
|
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId> |
|
|
|
|
|
|
|
</plugin> |
|
|
|
<!-- clean lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#clean_Lifecycle --> |
|
|
|
<!-- clean lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#clean_Lifecycle --> |
|
|
|
<plugin> |
|
|
|
<plugin> |
|
|
|
<artifactId>maven-clean-plugin</artifactId> |
|
|
|
<artifactId>maven-clean-plugin</artifactId> |
|
|
|
<version>3.1.0</version> |
|
|
|
<version>3.1.0</version> |
|
|
|
</plugin> |
|
|
|
</plugin> |
|
|
|
|
|
|
|
|
|
|
|
<!-- default lifecycle, jar packaging: see https://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging --> |
|
|
|
<!-- default lifecycle, jar packaging: see https://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging --> |
|
|
|
<plugin> |
|
|
|
<plugin> |
|
|
|
<artifactId>maven-resources-plugin</artifactId> |
|
|
|
<artifactId>maven-resources-plugin</artifactId> |
|
|
@ -105,4 +134,19 @@ |
|
|
|
</plugins> |
|
|
|
</plugins> |
|
|
|
</pluginManagement> |
|
|
|
</pluginManagement> |
|
|
|
</build> |
|
|
|
</build> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<repositories> |
|
|
|
|
|
|
|
<repository> |
|
|
|
|
|
|
|
<id>spring-milestones</id> |
|
|
|
|
|
|
|
<name>Spring Milestones</name> |
|
|
|
|
|
|
|
<url>https://repo.spring.io/milestone</url> |
|
|
|
|
|
|
|
</repository> |
|
|
|
|
|
|
|
</repositories> |
|
|
|
|
|
|
|
<pluginRepositories> |
|
|
|
|
|
|
|
<pluginRepository> |
|
|
|
|
|
|
|
<id>spring-milestones</id> |
|
|
|
|
|
|
|
<name>Spring Milestones</name> |
|
|
|
|
|
|
|
<url>https://repo.spring.io/milestone</url> |
|
|
|
|
|
|
|
</pluginRepository> |
|
|
|
|
|
|
|
</pluginRepositories> |
|
|
|
</project> |
|
|
|
</project> |
|
|
|