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
@@ -6,12 +6,12 @@
|
||||
<groupId>com.baeldung</groupId>
|
||||
<artifactId>mockserver</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
|
||||
<parent>
|
||||
|
||||
<parent>
|
||||
<groupId>com.baeldung</groupId>
|
||||
<artifactId>parent-modules</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<relativePath>../../</relativePath>
|
||||
<relativePath>../../</relativePath>
|
||||
</parent>
|
||||
|
||||
<dependencies>
|
||||
@@ -38,10 +38,10 @@
|
||||
<version>${apche-http-version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
||||
<properties>
|
||||
<mock-sever-netty-version>3.10.8</mock-sever-netty-version>
|
||||
<apche-http-version>4.4.1</apche-http-version>
|
||||
</properties>
|
||||
|
||||
|
||||
</project>
|
||||
Reference in New Issue
Block a user