Skip to content

Commit bcd6f59

Browse files
committed
updated depencies - added maxmind geoip v2 - started to work on the geo lookup
1 parent 73d7987 commit bcd6f59

File tree

4 files changed

+315
-251
lines changed

4 files changed

+315
-251
lines changed

build.sbt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ resolvers += "Typesafe Snapshots" at "http://repo.typesafe.com/typesafe/snapshot
1010

1111
//resolvers += "repo.codahale.com" at "http://repo.codahale.com"
1212

13-
libraryDependencies += "io.netty" % "netty" % "3.6.0.Final"
13+
libraryDependencies += "io.netty" % "netty" % "3.6.6.Final"
1414

1515
//libraryDependencies += "com.typesafe.akka" % "akka-actor" % "2.0.3"
1616

@@ -31,3 +31,5 @@ seq(com.github.retronym.SbtOneJar.oneJarSettings: _*)
3131
libraryDependencies += "commons-lang" % "commons-lang" % "2.6"
3232

3333
// libraryDependencies += "org.apache.servicemix.bundles" % "org.apache.servicemix.bundles.aws-java-sdk" % "1.3.27"
34+
35+
libraryDependencies += "com.maxmind.geoip2" % "geoip2" % "0.4.0"

src/main/resources/GeoLite2-City.mmdb

28.1 MB
Binary file not shown.

0 commit comments

Comments
 (0)