diff options
author | 2019-03-28 14:37:41 -0700 | |
---|---|---|
committer | 2019-03-29 16:03:09 -0700 | |
commit | 3cb79e621ef9982d039d3770fbe02a0bed208481 (patch) | |
tree | afea2c7bf5c460d36e1a1a996c02861138700040 /components/datalake-handler/feeder/pom.xml | |
parent | 84066f315a1692ddfe9caab607c438e884c31cc6 (diff) |
Unit test for seed code
This project depends heavily on outside
infrastructure, thus there are not much
unit test cases.
Issue-ID: DCAEGEN2-1309
Change-Id: I8893f4029014673139e67bf373fd77e9e5c42f83
Signed-off-by: Guobiao Mo <guobiaomo@chinamobile.com>
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> |