aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2023-02-13 17:23:41 +0000
committerliamfallon <liam.fallon@est.tech>2023-02-13 17:23:45 +0000
commita39fc2df5ef4e1866a9cda3b36d9975f067865fb (patch)
tree65f5db796d24ce0e3569e04c824a2b665a845633 /pom.xml
parent1191f992ddf1f6bcc94e7fa246ee3efbc71a3a8f (diff)
Remove unnecessary dependencies in policy/clamp
Issue-ID: POLICY-4482 Change-Id: Id303d1203ebe0e490e1e9b964f3133ed4269019b Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 0b6d2c4fd..c8d721c79 100644
--- a/pom.xml
+++ b/pom.xml
@@ -174,10 +174,6 @@
<artifactId>springdoc-openapi-ui</artifactId>
</dependency>
<dependency>
- <groupId>org.immutables</groupId>
- <artifactId>gson</artifactId>
- </dependency>
- <dependency>
<groupId>org.mock-server</groupId>
<artifactId>mockserver-netty</artifactId>
<scope>test</scope>