Use fcs-simple-endpoint 1.8.0.

Change-Id: I60a6c9f352a10edb6495aa01adbcda2dc90f1d64
diff --git a/pom.xml b/pom.xml
index 812b36e..d61069f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-compiler-plugin</artifactId>
-				<version>3.13.0</version>
+				<version>3.14.0</version>
 				<configuration>
 					<source>1.8</source>
 					<target>1.8</target>
@@ -48,7 +48,7 @@
 		<dependency>
 			<groupId>eu.clarin.sru.fcs</groupId>
 			<artifactId>fcs-simple-endpoint</artifactId>
-			<version>1.7.0</version>
+			<version>1.8.0</version>
 		</dependency>
 		<dependency>
 			<groupId>javax.servlet</groupId>