Remove unused commons-fileupload 70/71070/1
authorPamela Dragosh <pdragosh@research.att.com>
Tue, 23 Oct 2018 15:25:35 +0000 (11:25 -0400)
committerPamela Dragosh <pdragosh@research.att.com>
Tue, 23 Oct 2018 15:25:42 +0000 (11:25 -0400)
This flags a security vulnerability. But it is unused so
we can remove it.

Issue-ID: POLICY-1212
Change-Id: I8343d56324cc94d7a163f26d0af322d232c5c02e
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
PolicyEngineAPI/pom.xml

index 0311dc2..b19f0e5 100644 (file)
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
         </dependency>
-        <dependency>
-            <groupId>commons-fileupload</groupId>
-            <artifactId>commons-fileupload</artifactId>
-            <version>${commons.fileupload.version}</version>
-        </dependency>
         <dependency>
             <groupId>javax.websocket</groupId>
             <artifactId>javax.websocket-api</artifactId>