query rewrite at rest endpoints
diff --git a/dependency-reduced-pom.xml b/dependency-reduced-pom.xml
index 511bdaa..3054681 100644
--- a/dependency-reduced-pom.xml
+++ b/dependency-reduced-pom.xml
@@ -1,13 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>

 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

-  <parent>

-    <artifactId>KorAP-core-modules</artifactId>

-    <groupId>KorAP-modules</groupId>

-    <version>1.1</version>

-  </parent>

   <modelVersion>4.0.0</modelVersion>

+  <groupId>de.ids_mannheim.korap</groupId>

   <artifactId>Kustvakt-core</artifactId>

+  <name>Kustvakt core</name>

   <version>0.2</version>

+  <description>Kustvakt core, basic rest api for testing purposes and default

+        interfaces</description>

   <build>

     <plugins>

       <plugin>

@@ -104,6 +103,14 @@
           <groupId>org.codehaus.groovy</groupId>

         </exclusion>

         <exclusion>

+          <artifactId>httpclient</artifactId>

+          <groupId>org.apache.httpcomponents</groupId>

+        </exclusion>

+        <exclusion>

+          <artifactId>httpmime</artifactId>

+          <groupId>org.apache.httpcomponents</groupId>

+        </exclusion>

+        <exclusion>

           <artifactId>hamcrest-library</artifactId>

           <groupId>org.hamcrest</groupId>

         </exclusion>