* Added parent module on poms that have no parent defined

* Removed dependency reduced pom from undertow module

* Added new parent pom

* initial clean up of child poms

* Added new parent pom

* [BAEL-5247] - New Parents in the tutorials repo
This commit is contained in:
amit2103
2018-05-06 02:00:00 +05:30
committed by Grzegorz Piwowarek
parent 2a61d6473b
commit 05b7e933bd
60 changed files with 854 additions and 877 deletions

View File

@@ -11,11 +11,6 @@
<relativePath>../../</relativePath>
</parent>
<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.0.0-M4</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
@@ -62,4 +57,8 @@
</plugin>
</plugins>
</build>
<properties>
</properties>
</project>