Closed johnlcox closed 5 years ago
Removes the exclusion of jersey-media-multipart. Turns out swagger-jersey2-jaxrs has an explicit dependency on this just for checking if it should be ignored: https://github.com/swagger-api/swagger-core/blob/v1.5.22/modules/swagger-jersey2-jaxrs/src/main/java/io/swagger/jersey/SwaggerJersey2Jaxrs.java#L71
jersey-media-multipart
swagger-jersey2-jaxrs
Ran existing tests.
This is bare minimum acceptable testing
./mvnw clean install -U
What was changed? Why is this necessary?
Removes the exclusion of
jersey-media-multipart
. Turns outswagger-jersey2-jaxrs
has an explicit dependency on this just for checking if it should be ignored: https://github.com/swagger-api/swagger-core/blob/v1.5.22/modules/swagger-jersey2-jaxrs/src/main/java/io/swagger/jersey/SwaggerJersey2Jaxrs.java#L71How was it tested?
Ran existing tests.
How to test
./mvnw clean install -U