Skip to content

Commit ea8466a

Browse files
committed
fixing pom hierarcky
1 parent 0564ca4 commit ea8466a

20 files changed

Lines changed: 21 additions & 18 deletions

File tree

core-tests/e2e-tests/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<module>e2e-tests-utils</module>
1717
<module>dropwizard-examples</module>
1818
<module>micronaut-latest</module>
19+
<module>spring</module>
1920
</modules>
2021

2122

core-tests/e2e-tests/spring/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
<module>spring-rest-multidb</module>
3131
<module>spring-rest-opensearch</module>
3232
<module>spring-rest-rsa</module>
33+
<module>spring-rpc-grpc</module>
34+
<module>spring-rpc-thrift</module>
3335
</modules>
3436

3537

core-tests/e2e-tests/spring/spring-graphql-bb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
66
<groupId>org.evomaster</groupId>
7-
<artifactId>evomaster-e2e-tests</artifactId>
7+
<artifactId>evomaster-e2e-tests-spring</artifactId>
88
<version>4.0.1-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>

core-tests/e2e-tests/spring/spring-graphql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
66
<groupId>org.evomaster</groupId>
7-
<artifactId>evomaster-e2e-tests</artifactId>
7+
<artifactId>evomaster-e2e-tests-spring</artifactId>
88
<version>4.0.1-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>

core-tests/e2e-tests/spring/spring-rest-bb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<parent>
66
<groupId>org.evomaster</groupId>
7-
<artifactId>evomaster-e2e-tests</artifactId>
7+
<artifactId>evomaster-e2e-tests-spring</artifactId>
88
<version>4.0.1-SNAPSHOT</version>
99
</parent>
1010

core-tests/e2e-tests/spring/spring-rest-h2-v1/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<parent>
66
<groupId>org.evomaster</groupId>
7-
<artifactId>evomaster-e2e-tests</artifactId>
7+
<artifactId>evomaster-e2e-tests-spring</artifactId>
88
<version>4.0.1-SNAPSHOT</version>
99
</parent>
1010

core-tests/e2e-tests/spring/spring-rest-h2-v2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<parent>
66
<groupId>org.evomaster</groupId>
7-
<artifactId>evomaster-e2e-tests</artifactId>
7+
<artifactId>evomaster-e2e-tests-spring</artifactId>
88
<version>4.0.1-SNAPSHOT</version>
99
</parent>
1010

core-tests/e2e-tests/spring/spring-rest-h2-z3solver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<parent>
66
<groupId>org.evomaster</groupId>
7-
<artifactId>evomaster-e2e-tests</artifactId>
7+
<artifactId>evomaster-e2e-tests-spring</artifactId>
88
<version>4.0.1-SNAPSHOT</version>
99
</parent>
1010

core-tests/e2e-tests/spring/spring-rest-jakarta/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<parent>
66
<groupId>org.evomaster</groupId>
7-
<artifactId>evomaster-e2e-tests</artifactId>
7+
<artifactId>evomaster-e2e-tests-spring</artifactId>
88
<version>2.0.1-SNAPSHOT</version>
99
</parent>
1010

core-tests/e2e-tests/spring/spring-rest-mongo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<parent>
8-
<artifactId>evomaster-e2e-tests</artifactId>
8+
<artifactId>evomaster-e2e-tests-spring</artifactId>
99
<groupId>org.evomaster</groupId>
1010
<version>4.0.1-SNAPSHOT</version>
1111
</parent>

0 commit comments

Comments
 (0)