<!--
  ~ Copyright (C) 2019 fastjrun, Inc. All Rights Reserved.
  -->
<project
        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"
        xmlns="http://maven.apache.org/POM/4.0.0">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>com.fastjrun.codeg.example</groupId>
        <artifactId>example-sdkg</artifactId>
        <version>5.0.9</version>
    </parent>
    <artifactId>example-sdkg-generator</artifactId>
    <name>Example SDKG Generator</name>
    <dependencies>
        <dependency>
            <groupId>com.fastjrun.codeg</groupId>
            <artifactId>sdkg-generator</artifactId>
            <version>${project.version}</version>
        </dependency>
    </dependencies>
</project>

