Open MrHayz opened 2 years ago
I finally found a temporary solution. ✅ Add the exclusion to thit artifact, inside the dependency in the pom.xml:
<exclusions>
<exclusion>
<groupId>com.github.kittinunf.fuel</groupId>
<artifactId>fuel-android</artifactId>
</exclusion>
</exclusions>
So the complete dependency would be:
<dependency>
<groupId>com.github.husnjak</groupId>
<artifactId>IGDB-API-JVM</artifactId>
<version>1.0.5</version>
<exclusions>
<exclusion>
<groupId>com.github.kittinunf.fuel</groupId>
<artifactId>fuel-android</artifactId>
</exclusion>
</exclusions>
</dependency>
This way, you won't have any problems with Maven and you will be able to build. Salu2 from 🇨🇴 ✌
When adding to project through maven Pom file, an error is thrown stating "Missing artifact com.GitHub.kittinunf.fuel-android:jar:2.3.1"