diff options
author | 2019-04-02 16:40:31 +0000 | |
---|---|---|
committer | 2019-04-02 16:40:31 +0000 | |
commit | b424fe44764d94b1bd0492e6c30cf9e2cd5f7a18 (patch) | |
tree | b11cfb87aac175212f6eef499e0c6465a49c53ce /components/datalake-handler/feeder/pom.xml | |
parent | c755a434e1202cb8f1ce7a18062e31e0912f989a (diff) | |
parent | 3cb79e621ef9982d039d3770fbe02a0bed208481 (diff) |
Merge "Unit test for seed code"
Diffstat (limited to 'components/datalake-handler/feeder/pom.xml')
-rw-r--r-- | components/datalake-handler/feeder/pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/components/datalake-handler/feeder/pom.xml b/components/datalake-handler/feeder/pom.xml index ec395464..f88baf36 100644 --- a/components/datalake-handler/feeder/pom.xml +++ b/components/datalake-handler/feeder/pom.xml @@ -18,6 +18,11 @@ <dependencies> <dependency> + <groupId>org.json</groupId> + <artifactId>json</artifactId> + </dependency> + + <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <version>4.5.6</version> @@ -80,11 +85,6 @@ </dependency> <dependency> - <groupId>org.json</groupId> - <artifactId>json</artifactId> - </dependency> - - <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> </dependency> |