Hello all,
I'm using Dropwizard 0.9.3 in the backend, where I have a large project
with multiple dependencies.
At the moment, I'm using the following packages/dependencies:
project.ext {
dropwizardVersion = '0.9.3'
}
dependencies {
compile (
'io.dropwizard:dropwizard-core:' + dropwizardVersion,
'io.dropwizard:dropwizard-hibernate:' + dropwizardVersion,
'io.dropwizard:dropwizard-migrations:' + dropwizardVersion,
'io.dropwizard:dropwizard-auth:' + dropwizardVersion,
'io.dropwizard:dropwizard-client:' + dropwizardVersion,
'io.dropwizard:dropwizard-testing:' + dropwizardVersion,
'io.dropwizard:dropwizard-assets:' + dropwizardVersion,
'io.dropwizard:dropwizard-forms:' + dropwizardVersion,
'com.github.toastshaman:dropwizard-auth-jwt:0.9.1-1',
'org.glassfish.jersey.media:jersey-media-multipart:2.22.1',
'commons-io:commons-io:2.4',
'javax.mail:mail:1.4',
'org.apache.httpcomponents:httpmime:4.5.1'
)
}
However, now, I *must* use a dependency that uses Jersey 1.x. Such library
uses some features fro mJersey 1.x and I really can't change it to Jersey
2.x
My question is: is it possible to use Dropwizard 0.9.3, somehow, with
Jersey 1.x? If yes, how?
Cheers!
--
You received this message because you are subscribed to the Google Groups
"dropwizard-user" 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.