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:
parent
7e94de61a9
commit
5216d789c4
1
pom.xml
1
pom.xml
@ -422,7 +422,6 @@
|
||||
<module>drools</module>
|
||||
<module>dubbo</module>
|
||||
|
||||
<module>easy-random</module>
|
||||
<module>ethereum</module>
|
||||
|
||||
<module>feign</module>
|
||||
|
@ -10,6 +10,7 @@
|
||||
<artifactId>parent-modules</artifactId>
|
||||
<groupId>com.baeldung</groupId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<relativePath>../../</relativePath>
|
||||
</parent>
|
||||
|
||||
<dependencies>
|
@ -14,6 +14,7 @@
|
||||
</parent>
|
||||
|
||||
<modules>
|
||||
<module>easy-random</module>
|
||||
<module>gatling</module>
|
||||
<module>groovy-spock</module>
|
||||
<module>junit-5</module>
|
||||
|
Loading…
x
Reference in New Issue
Block a user