aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2020-05-28 17:52:46 -0400
committerPamela Dragosh <pdragosh@research.att.com>2020-05-28 17:52:51 -0400
commit904ea907e0a31005eeb2118bb9269ed5ba60e3b7 (patch)
treef155b8940cb4d46018b9b417f88822a90f2046a3
parent3ceb93bc7965fe6d2e3a1d28c6c9eaa84d947d92 (diff)
jetty-servlets now defined in oparent
latest oparent has this new dependency in it. Issue-ID: POLICY-2319 Change-Id: If3b9f64caa41923da1fabc6183434fc21ec00548 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r--policy-endpoints/pom.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/policy-endpoints/pom.xml b/policy-endpoints/pom.xml
index c58b8dd6..893aeb1c 100644
--- a/policy-endpoints/pom.xml
+++ b/policy-endpoints/pom.xml
@@ -40,8 +40,6 @@
<cambria.version>1.2.1-oss</cambria.version>
<http.client.version>4.5.5</http.client.version>
<http.core.version>4.4.4</http.core.version>
- <!--This is required since oparent does not include jetty-servlets. TBD get oparent updated -->
- <jetty.version>9.4.24.v20191120</jetty.version>
</properties>
<dependencies>
@@ -113,7 +111,6 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlets</artifactId>
- <version>${jetty.version}</version>
</dependency>
<dependency>