Skip to content

Commit 2a2e1b3

Browse files
jonalmeidaalexanderdean
authored andcommitted
Removed org.json dependency from gradle
1 parent b88142e commit 2a2e1b3

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,12 @@ dependencies {
3535
// Apache HTTP
3636
compile 'org.apache.httpcomponents:httpclient:4.3.3'
3737

38-
// JSON, TODO replace this, https://github.com/snowplow/snowplow-java-tracker/issues/14
39-
compile 'org.json:json:20140107'
40-
4138
// SLF4J logging API, TODO use this, https://github.com/snowplow/snowplow-java-tracker/issues/15
4239
compile 'org.slf4j:slf4j-api:1.7.5'
4340

4441
// Jackson JSON processor
4542
compile 'org.codehaus.jackson:jackson-mapper-asl:1.9.13'
4643

47-
48-
// JUnit, TODO use this, https://github.com/snowplow/snowplow-java-tracker/issues/5
4944
testCompile 'junit:junit:4.11'
5045
}
5146

0 commit comments

Comments
 (0)