Bael 5249 cleanup (#4108)
* Added parent module on poms that have no parent defined * Removed dependency reduced pom from undertow module * [BAEL-5249] - 21.02 - pom cleanup - formatted pom.xml
This commit is contained in:
committed by
Grzegorz Piwowarek
parent
3998fff6a5
commit
f2128ad054
@@ -7,13 +7,13 @@
|
||||
<version>1.0.0</version>
|
||||
<name>spring-security-mvc-socket</name>
|
||||
<packaging>war</packaging>
|
||||
|
||||
<parent>
|
||||
|
||||
<parent>
|
||||
<groupId>com.baeldung</groupId>
|
||||
<artifactId>parent-modules</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
|
||||
<dependencies>
|
||||
<!-- Spring Dependencies -->
|
||||
<dependency>
|
||||
@@ -171,16 +171,16 @@
|
||||
</pluginManagement>
|
||||
<finalName>spring-security-mvc-socket</finalName>
|
||||
</build>
|
||||
|
||||
<properties>
|
||||
|
||||
<properties>
|
||||
<springframework.version>4.3.8.RELEASE</springframework.version>
|
||||
<springsecurity.version>4.2.3.RELEASE</springsecurity.version>
|
||||
<jackson.version>2.8.7</jackson.version>
|
||||
<slf4j.version>1.7.25</slf4j.version>
|
||||
<hibernate-core.version>5.2.10.Final</hibernate-core.version>
|
||||
<spring-data-jpa.version>1.11.3.RELEASE</spring-data-jpa.version>
|
||||
<h2database.version>1.4.196</h2database.version>
|
||||
<logback-classic.version>1.2.3</logback-classic.version>
|
||||
<hibernate-core.version>5.2.10.Final</hibernate-core.version>
|
||||
<spring-data-jpa.version>1.11.3.RELEASE</spring-data-jpa.version>
|
||||
<h2database.version>1.4.196</h2database.version>
|
||||
<logback-classic.version>1.2.3</logback-classic.version>
|
||||
</properties>
|
||||
|
||||
|
||||
</project>
|
||||
Reference in New Issue
Block a user