Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Java-servlet readme.md missing #93

Open
janamanoharan opened this issue Jul 24, 2017 · 2 comments
Open

Java-servlet readme.md missing #93

janamanoharan opened this issue Jul 24, 2017 · 2 comments

Comments

@janamanoharan
Copy link

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

@mores
Copy link

mores commented Aug 10, 2017

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
Copy link

mores commented Aug 10, 2017

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants