aboutsummaryrefslogtreecommitdiffstats
path: root/sdc-distribution-client/pom.xml
diff options
context:
space:
mode:
authorPiotr Darosz <piotr.darosz@nokia.com>2019-06-12 07:38:19 +0200
committerPiotr Darosz <piotr.darosz@nokia.com>2019-06-12 07:38:19 +0200
commiteb47236253465eaf1ad92313f799f4e399c24914 (patch)
tree20a5893ef402993805b36c8157c8b48a555781bc /sdc-distribution-client/pom.xml
parent7406ef61286cf53380755538bfc066e599b3ccae (diff)
Upgrade jetty-http
Upgrade the jetty-http component to the current version. Change-Id: Ibb0e52633f3937fe9f157b3b692b488043416975 Issue-ID: SDC-2268 Signed-off-by: Piotr Darosz <piotr.darosz@nokia.com>
Diffstat (limited to 'sdc-distribution-client/pom.xml')
-rw-r--r--sdc-distribution-client/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdc-distribution-client/pom.xml b/sdc-distribution-client/pom.xml
index f2deda9..a1999f3 100644
--- a/sdc-distribution-client/pom.xml
+++ b/sdc-distribution-client/pom.xml
@@ -105,13 +105,13 @@
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlet</artifactId>
<scope>test</scope>
- <version>9.2.10.v20150310</version>
+ <version>${jetty.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-webapp</artifactId>
- <version>9.2.10.v20150310</version>
+ <version>${jetty.version}</version>
<scope>test</scope>
</dependency>