Page 1 of 1

Unresolved dependency: 'me.friwi:jcefmaven:jar:109.1.11.1'

PostPosted: Sun Feb 05, 2023 1:58 pm
by itaks
Hi,
i've tried to include in pom file the jcefvmaven version 109.1.11.1 dependency but Maven show me this error: Unresolved dependency: 'me.friwi:jcefmaven:jar:109.1.11.1'

Could you help me?

I see in maven repository that the jars are available.

Could you help me?

Thank you.

Re: Unresolved dependency: 'me.friwi:jcefmaven:jar:109.1.11.

PostPosted: Mon Feb 06, 2023 3:21 pm
by FriwiDev
This is hard for me to reproduce. As you have already said, the jars are present on the maven repository. You could try to delete the .m2 folder in your home folder to force a refresh of all maven dependencies. Maybe the jars will get pulled then.

Re: Unresolved dependency: 'me.friwi:jcefmaven:jar:109.1.11.

PostPosted: Fri Feb 10, 2023 1:07 pm
by itaks
FriwiDev wrote:This is hard for me to reproduce. As you have already said, the jars are present on the maven repository. You could try to delete the .m2 folder in your home folder to force a refresh of all maven dependencies. Maybe the jars will get pulled then.


Solved. Thank you ;)