<?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>
        <groupId>com.devexperts.mdd</groupId>
        <artifactId>other</artifactId>
        <version>533</version>
    </parent>

    <artifactId>auther-api</artifactId>
    <description>MDD Simple Auth Client</description>

    <properties>
        <!-- Publish module -->
        <skipDeploy>false</skipDeploy>
        <skipCopy>false</skipCopy>
        <skipInstall>false</skipInstall>
        <skipAssembly>false</skipAssembly>

        <assemblyDescriptor>api-assembly</assemblyDescriptor>

        <mainClass>com.devexperts.mdd.auth.entitle.Connect</mainClass>
    </properties>

    <dependencies>
        <!-- dxFeed API -->
        <dependency>
            <groupId>com.devexperts.qd</groupId>
            <artifactId>qds-tools</artifactId>
        </dependency>
    </dependencies>
</project>
