<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>com.top-logic</groupId>
        <artifactId>tl-parent-core-internal</artifactId>
        <version>8.0.0-alpha7</version>
        <relativePath>../tl-parent-core/internal</relativePath>
    </parent>

    <artifactId>tl-dev-tools</artifactId>
    <description>In-app developer tools for the React view UI (model editor).</description>

    <dependencies>
        <dependency>
            <groupId>com.top-logic</groupId>
            <artifactId>tl-react-flow-server</artifactId>
        </dependency>
    </dependencies>
</project>
