-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpom.xml
26 lines (24 loc) · 1007 Bytes
/
pom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<artifactId>showcase-acceptance-testing-quarkus</artifactId>
<version>0.1</version>
<packaging>pom</packaging>
<parent>
<groupId>dev.unexist.showcase</groupId>
<artifactId>quarkus-parent</artifactId>
<version>0.1</version>
</parent>
<modules>
<module>todo-service-concordion</module>
<module>todo-service-courgette</module>
<module>todo-service-cucumber</module>
<module>todo-service-cucumber-with-serenity</module>
<module>todo-service-fitnesse</module>
<module>todo-service-jbehave</module>
<module>todo-service-jbehave-with-serenity</module>
<module>todo-service-karate</module>
</modules>
</project>