Skip to content

Commit e231919

Browse files
author
Ben Perkins
committed
Add dependency on jersey-multipart
1 parent b1445f6 commit e231919

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

client/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ apply plugin: 'github-pages'
33
archivesBaseName = 'vipr-controller-client'
44

55
dependencies {
6-
compile project(":models")
6+
compile project(":models"),
7+
"com.sun.jersey.contribs:jersey-multipart:1.12"
78
}
89

910
task docs(type: Javadoc, dependsOn: ":models:compileJava") {

0 commit comments

Comments
 (0)