diff options
author | Sonsino, Ofir (os0695) <os0695@intl.att.com> | 2018-04-09 18:21:17 +0300 |
---|---|---|
committer | Sonsino, Ofir (os0695) <os0695@intl.att.com> | 2018-04-09 18:21:17 +0300 |
commit | be2c3fd920fffb4c8f6191a8491d8fba3c682a66 (patch) | |
tree | b188fd5da8712d4037b151d626dc0ce2fe9e8c45 /epsdk-app-onap/pom.xml | |
parent | 745b4d5681133a94e507db1452b72ca1a2c19446 (diff) |
Update Dockerfile
Change-Id: Iec9b90bfa7b53c6f100e6b3c66545adc183f8547
Issue-ID: VID-209
Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
Diffstat (limited to 'epsdk-app-onap/pom.xml')
-rwxr-xr-x | epsdk-app-onap/pom.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/epsdk-app-onap/pom.xml b/epsdk-app-onap/pom.xml index e5b88ba3..306917a3 100755 --- a/epsdk-app-onap/pom.xml +++ b/epsdk-app-onap/pom.xml @@ -274,21 +274,11 @@ <type>jar</type>
<exclusions>
<exclusion>
- <groupId>commons-fileupload</groupId>
- <artifactId>commons-fileupload</artifactId>
- </exclusion>
- <exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
</exclusion>
</exclusions>
</dependency>
- <!--Upgrade fileupload version-->
- <dependency>
- <groupId>commons-fileupload</groupId>
- <artifactId>commons-fileupload</artifactId>
- <version>1.3.3</version>
- </dependency>
<dependency>
<groupId>org.onap.vid</groupId>
<artifactId>vid-app-common</artifactId>
|