summaryrefslogtreecommitdiffstats
path: root/components/datalake-handler/feeder/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'components/datalake-handler/feeder/pom.xml')
-rw-r--r--components/datalake-handler/feeder/pom.xml10
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>