aboutsummaryrefslogtreecommitdiffstats
path: root/metrics-proxy/pom.xml
diff options
context:
space:
mode:
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>