#BAEL-10229 Remove the spring-boot-dependencies

This commit is contained in:
Alessio Stalla
2019-10-19 15:52:22 +02:00
parent 468c8e0875
commit 19811fdef9
13 changed files with 23 additions and 213 deletions

View File

@@ -7,24 +7,12 @@
<name>greeter-spring-boot-sample-app</name>
<parent>
<artifactId>spring-boot-custom-starter</artifactId>
<artifactId>parent-boot-1</artifactId>
<groupId>com.baeldung</groupId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../../spring-boot-custom-starter</relativePath>
</parent>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>${spring-boot.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>com.baeldung</groupId>
@@ -51,8 +39,7 @@
</build>
<properties>
<spring-boot.version>1.5.15.RELEASE</spring-boot.version>
<greeter-starter.version>0.0.1-SNAPSHOT</greeter-starter.version>
</properties>
</project>
</project>