BAEL-1345 - Apachefileupload (#3185)

* Added code for file upload controller

* changed to spring module
This commit is contained in:
hugosama1
2017-12-12 08:01:06 -05:00
committed by Grzegorz Piwowarek
parent 647d83cb24
commit 30f78fc3ca
3 changed files with 79 additions and 6 deletions
+5 -5
View File
@@ -630,13 +630,13 @@
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-jackson2</artifactId>
<version>${googleclient.version}</version>
<version>${googleclient.version}</version>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-gson</artifactId>
<version>${googleclient.version}</version>
</dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-gson</artifactId>
<version>${googleclient.version}</version>
</dependency>
</dependencies>
<repositories>
<repository>