I want to add the firebase dependency on a java project of jhipster, I'm using eclipse, but when I add this dependency:
<dependency>
<groupId>com.google.firebase</groupId>
<artifactId>firebase-admin</artifactId>
<version>6.8.1</version>
</dependency>
that give Firebase, I get this error in my app in Java in eclipse:
The error 206 in english is:
the filename or extension is too long
I appreciate much your help