Removed json-smart.

Handled Netplex Json-smart Uncontrolled Recursion vulnerability
https://github.com/KorAP/Kustvakt/security/dependabot/21

Change-Id: I4b81c87f18b1aaea7d9709c2769ce0327efb2fb8
diff --git a/pom.xml b/pom.xml
index 546200d..07b024e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -334,11 +334,7 @@
 				<artifactId>jackson-annotations</artifactId> </exclusion> <exclusion> <groupId>com.fasterxml.jackson.core</groupId> 
 				<artifactId>jackson-databind</artifactId> </exclusion> </exclusions> -->
 		</dependency>
-		<dependency>
-			<groupId>net.minidev</groupId>
-			<artifactId>json-smart</artifactId>
-			<version>2.5.0</version>
-		</dependency>
+		
 
 		<!-- Logging -->
 		<dependency>