<?xml version="1.0"?>
<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>scalapi</artifactId>
        <groupId>pl.iogreen.scalapi</groupId>
        <version>0.3.0</version>
    </parent>

    <artifactId>scalapi-quickfixj</artifactId>
    <version>0.3.0</version>
    <name>scalapi-quickfixj</name>

    <dependencies>
        <dependency>
            <groupId>pl.iogreen.scalapi</groupId>
            <artifactId>scalapi-lang</artifactId>
            <version>0.3.0</version>
        </dependency>
        <dependency>
            <groupId>ch.qos.logback</groupId>
            <artifactId>logback-classic</artifactId>
        </dependency>
        <dependency>
            <groupId>org.apache.mina</groupId>
            <artifactId>mina-core</artifactId>
        </dependency>
        <dependency>
            <groupId>quickfixj</groupId>
            <artifactId>quickfixj-all</artifactId>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
        </dependency>
    </dependencies>
</project>
