diff options
author | liamfallon <liam.fallon@est.tech> | 2023-02-14 10:35:09 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2023-02-14 10:35:14 +0000 |
commit | d33d06e04fbae06704f36b43b2f746421cd208d2 (patch) | |
tree | f7b14d610a18080507c2e39ac3f816f51eb7aea1 | |
parent | e53df8d3f8ab0464b0876bdb339fa91dc9085cd2 (diff) |
remove unused dependency
Issue-ID: POLICY-4482
Change-Id: I048683f81092fecc17b2f16f81393f5b21d62429
Signed-off-by: liamfallon <liam.fallon@est.tech>
-rw-r--r-- | pom.xml | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -191,10 +191,6 @@ <groupId>com.att.nsa</groupId> <artifactId>cambriaClient</artifactId> </dependency> - <dependency> - <groupId>org.glassfish</groupId> - <artifactId>javax.json</artifactId> - </dependency> </dependencies> <dependencyManagement> |