Include jakarta.servlet-api in the shaded lite jar

Fixes Kustvakt lite startup

Error: Unable to initialize main class
de.ids_mannheim.korap.server.KustvaktLiteServer
Caused by: java.lang.NoClassDefFoundError: jakarta/servlet/Servlet

Change-Id: Idf31e9f14754a5ec2a36c28e6884685593cd5519
diff --git a/pom.xml b/pom.xml
index cd2b191..caa3c35 100644
--- a/pom.xml
+++ b/pom.xml
@@ -582,7 +582,6 @@
 			<groupId>jakarta.servlet</groupId>
 			<artifactId>jakarta.servlet-api</artifactId>
 			<version>6.1.0</version>
-			<scope>provided</scope>
 		</dependency>
 
 		<!-- Utilities -->