<?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
    <modelVersion>4.0.0</modelVersion>
    <groupId>co.dv01.jquantlib</groupId>
    <artifactId>core</artifactId>
    <packaging>jar</packaging>
    <description>JQuantLib is a library for Quantitative Finance written in 100% Java.</description>
    <version>0.3.0</version>
    <licenses>
        <license>
            <name>BSD Simplified</name>
            <url>http://opensource.org/licenses/BSD-2-Clause</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>core</name>
    <organization>
        <name>co.dv01.jquantlib</name>
    </organization>
    <url>http://github.com/dv01-inc/jquantlib</url>
    <scm>
        <developerConnection>scm:git:git@github.com:frgomes/jquantlib.git</developerConnection>
        <connection>scm:git:github.com/dv01-inc/jquantlib.git</connection>
        <url>http://github.com/dv01-inc/jquantlib</url>
    </scm>
    <developers>
        <developer>
            <id>frgomes</id>
            <name>Richard Gomes</name>
            <url>http://rgomes-info.blogspot.com</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>4.12</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.novocode</groupId>
            <artifactId>junit-interface</artifactId>
            <version>0.11</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>net.jcip</groupId>
            <artifactId>jcip-annotations</artifactId>
            <version>1.0</version>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-api</artifactId>
            <version>1.4.0</version>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-simple</artifactId>
            <version>1.4.0</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>