Skip to content

Commit

Permalink
Pull geoip library from Maven
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgward committed Dec 25, 2013
1 parent 72e115f commit 841bbbf
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 16,599 deletions.
30 changes: 30 additions & 0 deletions EssentialsGeoIP/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,35 @@
<artifactId>Essentials</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.maxmind.geoip</groupId>
<artifactId>geoip-api</artifactId>
<version>1.2.11</version>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>2.1</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
</execution>
</executions>
<configuration>
<artifactSet>
<includes>
<include>com.maxmind.geoip:geoip-api</include>
</includes>
</artifactSet>
</configuration>
</plugin>
</plugins>
</build>
</project>
504 changes: 0 additions & 504 deletions EssentialsGeoIP/src/com/maxmind/LICENSE

This file was deleted.

61 changes: 0 additions & 61 deletions EssentialsGeoIP/src/com/maxmind/geoip/Country.java

This file was deleted.

117 changes: 0 additions & 117 deletions EssentialsGeoIP/src/com/maxmind/geoip/DatabaseInfo.java

This file was deleted.

60 changes: 0 additions & 60 deletions EssentialsGeoIP/src/com/maxmind/geoip/Location.java

This file was deleted.

Loading

0 comments on commit 841bbbf

Please sign in to comment.