Added parent module on poms that have no parent defined (#3997)
* Added parent module on poms that have no parent defined * Removed dependency reduced pom from undertow module
This commit is contained in:
committed by
Grzegorz Piwowarek
parent
b1dcdba075
commit
0466d4613d
@@ -6,7 +6,11 @@
|
||||
<artifactId>asm</artifactId>
|
||||
<version>1.0</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<parent>
|
||||
<groupId>com.baeldung</groupId>
|
||||
<artifactId>parent-modules</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.ow2.asm</groupId>
|
||||
|
||||
Reference in New Issue
Block a user