summaryrefslogtreecommitdiffstats
path: root/metrics-proxy/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2022-06-02 16:11:32 +0200
committergjoranv <gv@verizonmedia.com>2022-06-08 11:45:26 +0200
commitda36b1957fad0b49ba53de7c35b859a3b55bc501 (patch)
treee19b0cb0e4d0b211fb67154ba3c769b3943b4985 /metrics-proxy/pom.xml
parentdcddd40a4e24b004f00d3be7d9c0e66cf1e2d9a1 (diff)
Don't provide Jetty bundles from 'container' artifact
Add dependency on 'jetty-http' with scope test instead of adding false dependencies with 'container-test'.
Diffstat (limited to 'metrics-proxy/pom.xml')
-rw-r--r--metrics-proxy/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/metrics-proxy/pom.xml b/metrics-proxy/pom.xml
index 76f7e92ad43..b68b329b603 100644
--- a/metrics-proxy/pom.xml
+++ b/metrics-proxy/pom.xml
@@ -143,9 +143,11 @@
<scope>test</scope>
</dependency>
<dependency>
+ <!-- TODO Remove when Jetty is embedded inside container-core -->
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-http</artifactId>
<scope>test</scope>
+ <version>${jetty.version}</version>
</dependency>
</dependencies>
<build>