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:
amit2103
2018-04-14 13:30:05 +05:30
committed by Grzegorz Piwowarek
parent b1dcdba075
commit 0466d4613d
55 changed files with 260 additions and 89 deletions
+5 -1
View File
@@ -12,7 +12,11 @@
<prerequisites>
<maven>3</maven>
</prerequisites>
<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<properties>
<vaadin.version>7.7.10</vaadin.version>
<vaadin.plugin.version>8.0.6</vaadin.plugin.version>