Remove commons-upload 99/71099/1
authorPamela Dragosh <pdragosh@research.att.com>
Tue, 23 Oct 2018 21:14:45 +0000 (17:14 -0400)
committerPamela Dragosh <pdragosh@research.att.com>
Tue, 23 Oct 2018 21:15:35 +0000 (17:15 -0400)
Still a couple more places to remove it due to security
violations. Unused dependency.

Issue-ID: POLICY-1214
Change-Id: Ie9a4755fa912a863be58f6ddec104702e68287d4
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
ONAP-PAP-REST/pom.xml
POLICY-SDK-APP/pom.xml

index 3eb94ad..dfa8338 100644 (file)
             <artifactId>commons-compress</artifactId>
             <version>${commons.compress.version}</version>
         </dependency>
-        <dependency>
-            <groupId>commons-fileupload</groupId>
-            <artifactId>commons-fileupload</artifactId>
-            <version>${commons.fileupload.version}</version>
-        </dependency>
         <dependency>
             <groupId>org.apache.logging.log4j</groupId>
             <artifactId>log4j-core</artifactId>
index eed9434..4320852 100644 (file)
                 </exclusion>
             </exclusions>
         </dependency>
-        <dependency>
-            <groupId>commons-fileupload</groupId>
-            <artifactId>commons-fileupload</artifactId>
-            <version>${commons.fileupload.version}</version>
-        </dependency>
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-compress</artifactId>