OpenAPIParser Error on runtime with special Use Case

Issue #159 new
Former user created an issue

Hi !

I have an issue using your library. I did this modification : OpenApiValidationService(final String string) throws IOException { this(OpenApiInteractionValidator .createFor(string) .withLevelResolver(SpringMVCLevelResolverFactory.create()) .build()); }

So I can be able to paste my swagger and use it in the library as a string. I have this error when I run the library : java.lang.NoClassDefFoundError: io/swagger/parser/OpenAPIParser I have all swagger jar so I don't what I did wrong.

Can you help me ?

Best Regards

Comments (0)

  1. Log in to comment