<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xmlns="http://maven.apache.org/POM/4.0.0"
         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.github.charlemaznable</groupId>
        <artifactId>complex-dependencies</artifactId>
        <version>0.5.2</version>
    </parent>

    <artifactId>amber-java-kits</artifactId>
    <version>0.7.2</version>
    <packaging>jar</packaging>

    <name>Amber Java Kits</name>
    <url>https://github.com/CharLemAznable/amber-java-kits</url>
    <description>Java Kits for amber-login(https://github.com/CharLemAznable/amber-login).</description>

    <scm>
        <connection>scm:git:https://github.com/CharLemAznable/amber-java-kits.git</connection>
        <developerConnection>scm:git:https://github.com/CharLemAznable/amber-java-kits.git</developerConnection>
        <url>https://github.com/CharLemAznable/amber-java-kits</url>
    </scm>

    <properties>
        <joda-time.version>2.10.10</joda-time.version>
    </properties>

    <dependencies>
        <dependency>
            <groupId>joda-time</groupId>
            <artifactId>joda-time</artifactId>
            <version>${joda-time.version}</version>
        </dependency>

        <dependency>
            <groupId>com.github.charlemaznable</groupId>
            <artifactId>logback-miner</artifactId>
            <scope>test</scope>
        </dependency>
    </dependencies>

</project>