[BAEL-18783] - Fix formatting of POMs
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
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>
|
||||
<artifactId>remoting-http-server</artifactId>
|
||||
<name>remoting-http-server</name>
|
||||
<name>remoting-http-server</name>
|
||||
<description>Shows how to expose a service using Spring Remoting HTTP.</description>
|
||||
|
||||
|
||||
<parent>
|
||||
<groupId>com.baeldung</groupId>
|
||||
<artifactId>remoting-http</artifactId>
|
||||
@@ -24,4 +24,5 @@
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
</project>
|
||||
Reference in New Issue
Block a user