Skip to content

Commit 1718ccb

Browse files
committed
added to maven
1 parent 032e9dd commit 1718ccb

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

jdk_17_maven/cs/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<modules>
1515
<module>web</module>
1616
<module>grpc</module>
17+
<module>rest</module>
1718
</modules>
1819

1920

jdk_17_maven/cs/rest/pom.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
14+
15+
<modules>
16+
<module>familie-ba-sak</module>
17+
</modules>
18+
19+
20+
</project>

0 commit comments

Comments
 (0)