JAVA-5223: Fix formatting of POMs (Spring Security Modules)

This commit is contained in:
sampadawagde
2021-05-17 20:22:27 +05:30
parent 7658a78bbc
commit 619402e777
44 changed files with 182 additions and 406 deletions

View File

@@ -1,6 +1,7 @@
<?xml version="1.0"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.baeldung.springsecuredsockets</groupId>
<artifactId>spring-security-web-sockets</artifactId>
@@ -50,7 +51,6 @@
</exclusion>
</exclusions>
</dependency>
<!-- Spring Security -->
<dependency>
<groupId>org.springframework.security</groupId>
@@ -62,7 +62,6 @@
<artifactId>spring-security-config</artifactId>
<version>${spring-security.version}</version>
</dependency>
<!-- Data -->
<dependency>
<groupId>org.springframework.data</groupId>
@@ -79,7 +78,6 @@
<artifactId>h2</artifactId>
<version>${h2.version}</version>
</dependency>
<!-- Websockets -->
<dependency>
<groupId>org.springframework</groupId>
@@ -96,7 +94,6 @@
<artifactId>spring-security-messaging</artifactId>
<version>${spring-security.version}</version>
</dependency>
<!-- Logging -->
<dependency>
<groupId>org.slf4j</groupId>
@@ -108,7 +105,6 @@
<artifactId>logback-classic</artifactId>
<version>${logback-classic.version}</version>
</dependency>
<!-- Servlet -->
<dependency>
<groupId>javax.servlet</groupId>
@@ -130,7 +126,6 @@
<artifactId>jstl</artifactId>
<version>${jstl.version}</version>
</dependency>
<!-- Jackson Dependencies -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
@@ -147,7 +142,6 @@
<artifactId>jackson-annotations</artifactId>
<version>${jackson.version}</version>
</dependency>
<!-- Test -->
<dependency>
<groupId>org.springframework.boot</groupId>
@@ -158,7 +152,7 @@
</dependencies>
<build>
<finalName>spring-security-mvc-socket</finalName>
<finalName>spring-security-web-sockets</finalName>
<plugins>
<plugin>
<groupId>org.apache.tomcat.maven</groupId>