<?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">
    <parent>
        <artifactId>axon-driver</artifactId>
        <groupId>ai.stapi</groupId>
        <version>0.0.12</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>axon-system-plugin</artifactId>
    
    <dependencies>
        <dependency>
            <groupId>ai.stapi</groupId>
            <artifactId>axon-system</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>ai.stapi</groupId>
            <artifactId>axon-test</artifactId>
            <version>${project.version}</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>