If anyone is interested, I found a work around using Jersey 2.15 instead of
Jersey 2.16.
In pom.xml, updated Jersey from 2.16. to 2.15.
<properties>
<jersey.version>2.15</jersey.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Also, added the following dependency to pom.xml
<dependency>
<groupId>org.glassfish.jersey.ext</groupId>
<artifactId>jersey-entity-filtering</artifactId>
<version>2.26-b09</version>
</dependency>
I then get access to swagger.json.
--
You received this message because you are subscribed to the Google Groups
"Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.