bcrypt-1.0.3.pom

Checksums

MD5 a096f1620d06b8b2d6c36e5956ebb1da
SHA1 4210a50e19357c07d6767dcd5c15ca2fbdce13af
SHA256 6475678033d5efb73fa32ccc8478beb34f99c59f987cb026a4b36a1743a9ea8a
SHA512 adccf9d3e042d97764d72c75c4a80ad56b92c0a56421dc65e76ff488dabe404e0b38131f673e752ce8d1e4360652e653976e56dfd975763ef8e859517646355b

POM

<?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>

    <groupId>com.redteclab</groupId>
    <artifactId>bcrypt</artifactId>
    <version>1.0.3</version>
    <packaging>jar</packaging>

    <parent>
        <groupId>de.xsite</groupId>
        <artifactId>parent</artifactId>
        <version>2.0.23</version>
    </parent>


    <scm>
        <connection>scm:git:https://bitbucket.xsite.de/scm/cm/bcrypt.git</connection>
        <developerConnection>scm:git:https://bitbucket.xsite.de/scm/cm/bcrypt.git</developerConnection>
        <tag>bcrypt-1.0.3</tag>
    </scm>




    <dependencies>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>4.12</version>
            <scope>test</scope>
        </dependency>
    </dependencies>

    <build>
        <plugins>
            <plugin>
                <!-- run the unit tests -->
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-surefire-plugin</artifactId>
                <version>2.19.1</version>
                <configuration>
                    <argLine>-Xms1256m -Xmx1256m -Dfile.encoding=UTF-8</argLine>
                    <forkMode>once</forkMode>
                    <argLine>${surefireArgLine}</argLine>
                </configuration>
            </plugin>
        </plugins>
    </build>

</project>