Remove commons-fileupload declaration 48/101248/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 19 May 2022 18:20:40 +0000 (20:20 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 19 May 2022 18:21:11 +0000 (20:21 +0200)
We have no users of this artifact, remove its declaration.

JIRA: ODLPARENT-286
Change-Id: Iec78c26d4afd304b714aef22205dc27aa0dd5565
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
odlparent-dependency-check/pom.xml
odlparent/pom.xml

index 9a4ce22cea8b0f1d426074deed2d8945f25268fe..819390da70484492903905f81ea1f7a483651522 100644 (file)
             <groupId>commons-beanutils</groupId>
             <artifactId>commons-beanutils</artifactId>
         </dependency>
-        <dependency>
-            <groupId>commons-fileupload</groupId>
-            <artifactId>commons-fileupload</artifactId>
-        </dependency>
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
index 2f593983cd617f23254e0d7d6edc8f80a5379711..4aad05da79af17ee8d7ade98dd51c66d2a2c5f1d 100644 (file)
         <artifactId>gson</artifactId>
         <version>2.9.0</version>
       </dependency>
-      <dependency>
-        <groupId>commons-fileupload</groupId>
-        <artifactId>commons-fileupload</artifactId>
-        <version>1.4</version>
-      </dependency>
       <dependency>
         <groupId>commons-io</groupId>
         <artifactId>commons-io</artifactId>