<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.0http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.kohsuke</groupId>
    <artifactId>geoip</artifactId>
    <version>1.0.0</version>
    <packaging>jar</packaging>
    <name>Talend Third party library : geoip-1.0.0.jar</name>
    <description>MaxMind GeoIP is a set of APIs for looking up the location of an IP address</description>
    <url>http://www.maxmind.com/app/java</url>
    <licenses>
        <license>
            <name>X11/MIT</name>
            <url>http://www.talendforge.org/modules/licenses/MIT.txt</url>
        </license>
    </licenses>
</project>
