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
@@ -5,7 +5,11 @@
|
||||
<artifactId>singleton-ejb-bean</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<name>EJB Singleton Session Bean</name>
|
||||
|
||||
<parent>
|
||||
<groupId>com.baeldung.spring.ejb</groupId>
|
||||
<artifactId>ejb-for-spring</artifactId>
|
||||
<version>1.0.1</version>
|
||||
</parent>
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
</properties>
|
||||
|
||||
Reference in New Issue
Block a user