summaryrefslogtreecommitdiffstats
path: root/metrics-proxy/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2019-05-16 11:31:08 +0200
committergjoranv <gv@verizonmedia.com>2019-05-16 11:49:10 +0200
commit102da0b7436cb92db88882d178eeaaa56aa93606 (patch)
tree45d5787a56f8a0e0669590fdea8e2a208f72e282 /metrics-proxy/pom.xml
parentb238903f95f5b45b1443390b0f84ef4960fd88f5 (diff)
Use compile scope for org.json.
- Not an OSGi bundle, and only exported from container-disc.
Diffstat (limited to 'metrics-proxy/pom.xml')
-rw-r--r--metrics-proxy/pom.xml9
1 files changed, 4 insertions, 5 deletions
diff --git a/metrics-proxy/pom.xml b/metrics-proxy/pom.xml
index 88c250f31bd..49ea1f76d08 100644
--- a/metrics-proxy/pom.xml
+++ b/metrics-proxy/pom.xml
@@ -88,11 +88,6 @@
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
- <dependency>
- <groupId>org.json</groupId>
- <artifactId>json</artifactId>
- <scope>provided</scope>
- </dependency>
<!-- compile scope -->
@@ -105,6 +100,10 @@
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.json</groupId>
+ <artifactId>json</artifactId>
+ </dependency>
<!-- test scope -->