aboutsummaryrefslogtreecommitdiffstats
path: root/metrics-proxy/pom.xml
diff options
context:
space:
mode:
authorOla Aunrønning <olaa@verizonmedia.com>2019-10-28 11:55:20 +0100
committerOla Aunrønning <olaa@verizonmedia.com>2019-10-28 11:55:20 +0100
commite908b5fcd988f5f9b26ba9c8db4048c0e9314148 (patch)
treedb07b469ddeb9ec9a32fc5cd9ceba0e6e561ff18 /metrics-proxy/pom.xml
parente8932525b4f6039b2164bf7cebcba1fa2db50284 (diff)
Set org.json to provided scope
Diffstat (limited to 'metrics-proxy/pom.xml')
-rw-r--r--metrics-proxy/pom.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/metrics-proxy/pom.xml b/metrics-proxy/pom.xml
index 99354ee22e8..e752d8a4803 100644
--- a/metrics-proxy/pom.xml
+++ b/metrics-proxy/pom.xml
@@ -107,6 +107,11 @@
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>org.json</groupId>
+ <artifactId>json</artifactId>
+ <scope>provided</scope>
+ </dependency>
<!-- compile scope -->
@@ -127,10 +132,6 @@
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>
- <dependency>
- <groupId>org.json</groupId>
- <artifactId>json</artifactId>
- </dependency>
<!-- test scope -->