aboutsummaryrefslogtreecommitdiffstats
path: root/policy-endpoints/pom.xml
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2018-09-18 19:17:24 -0400
committerPamela Dragosh <pdragosh@research.att.com>2018-09-18 19:17:29 -0400
commita0f011137a139598efa7cfa09df334bd7826d71e (patch)
tree1dde95db455d3a1761a815897167dede9b984dd6 /policy-endpoints/pom.xml
parent49afdc08f0fa93264f2ae59d8a5e9931d02e6369 (diff)
Fixes for oparent upgrade
Small code fix to support jetty upgrade within oparent 1.2.1 from 9.3.* to 9.4.* Issue-ID: POLICY-1126 Change-Id: Id2df5579d05acc738d5edfd055f42628b545dd5a Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'policy-endpoints/pom.xml')
-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 2f52f5ea..69294844 100644
--- a/policy-endpoints/pom.xml
+++ b/policy-endpoints/pom.xml
@@ -35,7 +35,6 @@
<description>Endpoints</description>
<properties>
- <jetty.version>9.3.24.v20180605</jetty.version>
<jersey.swagger.version>1.5.18</jersey.swagger.version>
<cambria.version>1.2.1-oss</cambria.version>
<jersey.version>2.25.1</jersey.version>
@@ -92,13 +91,11 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
- <version>${jetty.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlet</artifactId>
- <version>${jetty.version}</version>
</dependency>
<dependency>