TENTACLES-16: Remove unnec. dependency on fluido skin
diff --git a/pom.xml b/pom.xml
index 71176b0..1c6daaa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,11 +30,6 @@
   <description>Utility to download binaries from a remote repository and scan them for LICENSE and NOTICE files</description>
   <dependencies>
     <dependency>
-      <groupId>org.apache.maven.skins</groupId>
-      <artifactId>maven-fluido-skin</artifactId>
-      <version>1.11.1</version>
-    </dependency>
-    <dependency>
       <groupId>org.apache.rat</groupId>
       <artifactId>apache-rat-plugin</artifactId>
       <version>${apacheRatVersion}</version>