javalin / javalin-openapi

Annotation processor for compile-time OpenAPI & JsonSchema, with out-of-the-box support for Javalin 5.x, Swagger & ReDoc
https://github.com/javalin/javalin-openapi/wiki
Apache License 2.0
45 stars 17 forks source link

Typo in pom.xml for Javalin openapi dependency version #139

Closed aldotele closed 1 year ago

aldotele commented 1 year ago

The typo appears in 4 lines inside the pom.xml under the following project path: examples/javalin-maven-java/pom.xml

javalin is written wrong as javlain.

I am opening a Pull Request to fix that, hope it helps!