Remove obsolete patched dependencies 77/79277/1
authorStephen Kitt <skitt@redhat.com>
Fri, 4 Jan 2019 10:33:36 +0000 (11:33 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 7 Jan 2019 15:18:11 +0000 (16:18 +0100)
karaf4-parent pulls in a number of dependencies which we used to patch
in the underlying feature files; but the upstream features have since
been updated and we no longer patch them, which means we no longer
need to manually depend on these artifacts.

Change-Id: I67c5d7377b5ac85d51b5934e83adc8d90f0d0233
Signed-off-by: Stephen Kitt <skitt@redhat.com>
(cherry picked from commit 99753c512182f39c0ca06393d42e44f6918b6b0d)

karaf/karaf4-parent/pom.xml

index d980e1e8e06132c841a3369a56721de747297b98..d7fd1991434d6ffd2c9388c4bef77d62cb736482 100644 (file)
             <artifactId>bcprov-framework-ext</artifactId>
             <scope>runtime</scope>
         </dependency>
-
-        <!-- Patched dependencies (see opendaylight-karaf-resources) -->
-        <dependency>
-            <groupId>org.ow2.asm</groupId>
-            <artifactId>asm-all</artifactId>
-            <version>5.0.4</version>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>commons-collections</groupId>
-            <artifactId>commons-collections</artifactId>
-            <version>3.2.2</version>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>javax.mail</groupId>
-            <artifactId>mail</artifactId>
-            <version>1.4.4</version>
-            <scope>provided</scope>
-        </dependency>
     </dependencies>
 
     <build>