You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the sample application pom if I change the kind from client to server here the compilation fails with below errors.
/dropwizard-server/guardrail-sample-maven-dropwizard/target/generated-sources/swagger-clients/com/example/clients/petstore/store/StoreResource.java:[9,19] package javax.ws.rs does not exist
The text was updated successfully, but these errors were encountered:
In the sample application pom if I change the kind from client to server here the compilation fails with below errors.
/dropwizard-server/guardrail-sample-maven-dropwizard/target/generated-sources/swagger-clients/com/example/clients/petstore/store/StoreResource.java:[9,19] package javax.ws.rs does not exist
The text was updated successfully, but these errors were encountered: