-
Task
-
Resolution: Invalid
-
Major
-
4.0M10
-
None
-
None
I have detected a problem while getting guava library and use it in my code.
guava library was retrieve in my WEB-INF/lib folder but not present in my ivy.xml [runtime] list of libraries.
In fact, in Maven, this library is consider as a bundle and not a jar.
To resolve this issue, you need to add bundle to accepted types.
Please take care, it can occurs on other libraries.