aboutsummaryrefslogtreecommitdiffstats
path: root/application/pom.xml
diff options
context:
space:
mode:
authorjonmv <venstad@gmail.com>2022-05-30 13:11:06 +0200
committerjonmv <venstad@gmail.com>2022-05-30 13:11:06 +0200
commit35bbb279d8da0dec39b2a45ecf6030e240bb2d88 (patch)
treef33319d52f5e3d88b6a6b53e14bb4615a0cee2c8 /application/pom.xml
parent9aebfc50b7f0f967bb68e5e6986bc03afc469bd5 (diff)
Set apache http-client to test scope in application, depend on it in container-integration-test
Diffstat (limited to 'application/pom.xml')
-rw-r--r--application/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/application/pom.xml b/application/pom.xml
index f1856e8c85c..c70efab05aa 100644
--- a/application/pom.xml
+++ b/application/pom.xml
@@ -114,6 +114,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>