fixed styles in pom.xml
This commit is contained in:
parent
0ce2c744b3
commit
f69f95d13d
@ -1,3 +1 @@
|
|||||||
This is a parent module for projects that want to take advantage of the latest Spring Boot improvements/features.
|
This is a parent module for projects that want to take advantage of the latest Spring Boot improvements/features.
|
||||||
|
|
||||||
Current version: Spring Boot 2.2
|
|
||||||
|
@ -13,6 +13,13 @@
|
|||||||
<version>1.0.0-SNAPSHOT</version>
|
<version>1.0.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
<properties>
|
||||||
|
<rest-assured.version>3.1.0</rest-assured.version>
|
||||||
|
<!-- plugins -->
|
||||||
|
<thin.version>1.0.21.RELEASE</thin.version>
|
||||||
|
<spring-boot.version>2.2.0.M3</spring-boot.version>
|
||||||
|
</properties>
|
||||||
|
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
@ -81,11 +88,4 @@
|
|||||||
</build>
|
</build>
|
||||||
</profile>
|
</profile>
|
||||||
</profiles>
|
</profiles>
|
||||||
|
|
||||||
<properties>
|
|
||||||
<rest-assured.version>3.1.0</rest-assured.version>
|
|
||||||
<!-- plugins -->
|
|
||||||
<thin.version>1.0.21.RELEASE</thin.version>
|
|
||||||
<spring-boot.version>2.2.0.M3</spring-boot.version>
|
|
||||||
</properties>
|
|
||||||
</project>
|
</project>
|
||||||
|
@ -14,6 +14,11 @@
|
|||||||
<relativePath>../parent-boot-performance</relativePath>
|
<relativePath>../parent-boot-performance</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
<properties>
|
||||||
|
<!-- The main class to start by executing java -jar -->
|
||||||
|
<start-class>com.baeldung.lazyinitialization.Application</start-class>
|
||||||
|
</properties>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
@ -37,9 +42,4 @@
|
|||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
<properties>
|
|
||||||
<!-- The main class to start by executing java -jar -->
|
|
||||||
<start-class>com.baeldung.lazyinitialization.Application</start-class>
|
|
||||||
</properties>
|
|
||||||
</project>
|
</project>
|
Loading…
x
Reference in New Issue
Block a user