We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b88142e commit 2a2e1b3Copy full SHA for 2a2e1b3
1 file changed
build.gradle
@@ -35,17 +35,12 @@ dependencies {
35
// Apache HTTP
36
compile 'org.apache.httpcomponents:httpclient:4.3.3'
37
38
- // JSON, TODO replace this, https://github.com/snowplow/snowplow-java-tracker/issues/14
39
- compile 'org.json:json:20140107'
40
-
41
// SLF4J logging API, TODO use this, https://github.com/snowplow/snowplow-java-tracker/issues/15
42
compile 'org.slf4j:slf4j-api:1.7.5'
43
44
// Jackson JSON processor
45
compile 'org.codehaus.jackson:jackson-mapper-asl:1.9.13'
46
47
48
- // JUnit, TODO use this, https://github.com/snowplow/snowplow-java-tracker/issues/5
49
testCompile 'junit:junit:4.11'
50
}
51
0 commit comments