<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <artifactId>dotwebstack-framework</artifactId>
        <groupId>org.dotwebstack.framework</groupId>
        <version>0.3.126</version>
        <relativePath>../pom.xml</relativePath>
    </parent>

    <artifactId>integration-test</artifactId>
    <packaging>pom</packaging>

    <modules>
        <module>graphql-postgres</module>
        <module>graphql-rdf4j</module>
        <module>openapi-rdf4j</module>
        <module>openapi-postgres</module>
        <module>rml-postgres</module>
    </modules>

    <dependencies>
        <dependency>
            <groupId>org.dotwebstack.framework</groupId>
            <artifactId>test</artifactId>
            <version>${project.version}</version>
            <scope>test</scope>
        </dependency>
    </dependencies>

</project>
