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,8 +7,8 @@
|
||||
<artifactId>microprofile</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<packaging>war</packaging>
|
||||
|
||||
<parent>
|
||||
|
||||
<parent>
|
||||
<groupId>com.baeldung</groupId>
|
||||
<artifactId>parent-modules</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
@@ -78,16 +78,16 @@
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
<properties>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
<app.name>library</app.name>
|
||||
<package.file>${project.build.directory}/${app.name}-service.jar</package.file>
|
||||
<packaging.type>runnable</packaging.type>
|
||||
<microprofile.version>1.2</microprofile.version>
|
||||
<liberty-maven-plugin.version>2.1.2</liberty-maven-plugin.version>
|
||||
<openliberty-runtime.version>17.0.0.4</openliberty-runtime.version>
|
||||
<microprofile.version>1.2</microprofile.version>
|
||||
<liberty-maven-plugin.version>2.1.2</liberty-maven-plugin.version>
|
||||
<openliberty-runtime.version>17.0.0.4</openliberty-runtime.version>
|
||||
</properties>
|
||||
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user