BAEL-2983 move easy-random under testing-modules (#7256)

* BAEL-2983 java objects generation with EasyRandom

* BAEL-2983 move easy random under testing-modules
This commit is contained in:
Denis 2019-07-12 09:31:12 +02:00 committed by Grzegorz Piwowarek
parent 7e94de61a9
commit 5216d789c4
10 changed files with 2 additions and 1 deletions

View File

@ -422,7 +422,6 @@
<module>drools</module>
<module>dubbo</module>
<module>easy-random</module>
<module>ethereum</module>
<module>feign</module>

View File

@ -10,6 +10,7 @@
<artifactId>parent-modules</artifactId>
<groupId>com.baeldung</groupId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<dependencies>

View File

@ -14,6 +14,7 @@
</parent>
<modules>
<module>easy-random</module>
<module>gatling</module>
<module>groovy-spock</module>
<module>junit-5</module>