re-implement google analytics

This commit is contained in:
Athou
2014-08-11 15:11:01 +02:00
parent dd3455d273
commit e62c7141af
5 changed files with 62 additions and 4 deletions

11
pom.xml
View File

@@ -154,9 +154,14 @@
<version>${dropwizard.version}</version>
</dependency>
<dependency>
<groupId>io.federecio</groupId>
<artifactId>dropwizard-swagger</artifactId>
<version>0.5.1</version>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-assets</artifactId>
<version>${dropwizard.version}</version>
</dependency>
<dependency>
<groupId>com.wordnik</groupId>
<artifactId>swagger-jaxrs_2.10</artifactId>
<version>1.3.2</version>
<exclusions>
<exclusion>
<artifactId>jsr311-api</artifactId>