aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2023-02-17 19:13:56 +0000
committerLiam Fallon <liam.fallon@est.tech>2023-02-17 20:35:32 +0000
commit4415cacfa096f1d36e544d8c80280659471fda47 (patch)
tree28e599e56e35ab2d390c4849af5296a7239fa841 /pom.xml
parentf937804befdaee977269704b506944df2b5de39a (diff)
Clean up dependencies for London Release
Issue-ID: POLICY-4482 Change-Id: I36b4e46604ecdbde7bb8b81e2c792214fc77af9f Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/pom.xml b/pom.xml
index eda0c23a7..96de5cb77 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,8 +40,6 @@
<description>This repo holds model code agnostic to PDP engines</description>
<properties>
- <derby.version>10.13.1.1</derby.version>
- <javax.ws.rs-api.version>2.1.1</javax.ws.rs-api.version>
<policy.common.version>1.12.1-SNAPSHOT</policy.common.version>
</properties>
@@ -105,7 +103,6 @@
<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>javax.ws.rs-api</artifactId>
- <version>${javax.ws.rs-api.version}</version>
</dependency>
<dependency>
@@ -178,14 +175,8 @@
<artifactId>httpclient</artifactId>
</dependency>
<dependency>
- <groupId>io.swagger</groupId>
- <artifactId>swagger-annotations</artifactId>
- <version>${version.swagger}</version>
- </dependency>
- <dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
- <version>4.4</version>
</dependency>
<dependency>
<groupId>com.att.nsa</groupId>