We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 032e9dd commit 1718ccbCopy full SHA for 1718ccb
2 files changed
jdk_17_maven/cs/pom.xml
@@ -14,6 +14,7 @@
14
<modules>
15
<module>web</module>
16
<module>grpc</module>
17
+ <module>rest</module>
18
</modules>
19
20
jdk_17_maven/cs/rest/pom.xml
@@ -0,0 +1,20 @@
1
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3
+ <modelVersion>4.0.0</modelVersion>
4
+
5
+ <parent>
6
+ <groupId>org.evomaster</groupId>
7
+ <artifactId>evomaster-benchmark-jdk17-cs</artifactId>
8
+ <version>2.0.1-SNAPSHOT</version>
9
+ </parent>
10
11
+ <artifactId>evomaster-benchmark-jdk17-cs-rest</artifactId>
12
+ <packaging>pom</packaging>
13
+ <modules>
+ <module>familie-ba-sak</module>
+ </modules>
+</project>
0 commit comments