config: disabled forbiddenapis on inputs
diff --git a/pom.xml b/pom.xml
index 2e8fff1..e6f2ec0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1110,8 +1110,7 @@
           <!-- generated classes, unfortunately use problematic api -->
           <exclude>**/GeneratedJavaLexer.class</exclude>
           <exclude>**/JavadocParser.class</exclude>
-          <!-- excluded till https://github.com/policeman-tools/forbidden-apis/issues/108-->
-          <exclude>**/checks/annotation/annotationlocation/InputAnnotationLocationDeprecatedAndCustom*</exclude>
+          <exclude>**/Input*</exclude>
         </excludes>
       </configuration>
       <executions>