我正在尝试通过基于dropwizard的API上传文件
使用Dropwizard 0.8.0和
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-forms</artifactId>
<version>${dropwizard.version}</version>
</dependency>
和
<dependency>
<groupId>org.glassfish.jersey.media</groupId>
<artifactId>jersey-media-multipart</artifactId>
<version>2.23.2</version>
</dependency>
为多部分支持添加了依赖项
当我在Eclipse中运行项目时,我收到此错误:
com.sun.jersey.spi.inject.Errors: The following errors and warnings have been detected with resource and/or provider classes:
SEVERE: Missing dependency org.glassfish.jersey.media.multipart.file.FileDataBodyPart
SEVERE: Missing dependency org.glassfish.jersey.media.multipart.FormDataContentDisposition