swagger-samples icon indicating copy to clipboard operation
swagger-samples copied to clipboard

Java-servlet readme.md missing

Open janamanoharan opened this issue 7 years ago • 2 comments

The java-servlet example is missing a readme file to describe the details of how to run the app.

janamanoharan avatar Jul 24 '17 13:07 janamanoharan

cd java/java-jaxrs mvn clean verify Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.231 sec cd java/java-servlet Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.95 sec <<< FAILURE!

mores avatar Aug 10 '17 18:08 mores

Updating the parent pom.xml will fix the above issue: - <swagger-version>1.5.10</swagger-version> + <swagger-version>1.5.16</swagger-version>

mores avatar Aug 10 '17 19:08 mores