You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by gg...@apache.org on 2016/11/04 17:58:22 UTC

[2/5] karaf git commit: [KARAF-4762] Fix problem with pax-url-aether-support being referenced in features

[KARAF-4762] Fix problem with pax-url-aether-support being referenced in features

(cherry picked from commit 40364ce570bf7e89483266d15bde1780d9e15e87)


Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/edfd0173
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/edfd0173
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/edfd0173

Branch: refs/heads/karaf-4.0.x
Commit: edfd0173f28d472e07aea5f8b1e60fce20aaadd5
Parents: 8cfe36e
Author: Guillaume Nodet <gn...@apache.org>
Authored: Thu Oct 20 23:11:29 2016 +0200
Committer: Grzegorz Grzybek <gr...@gmail.com>
Committed: Fri Nov 4 18:03:42 2016 +0100

----------------------------------------------------------------------
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/edfd0173/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1c21566..5434176 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1347,6 +1347,10 @@
                         <groupId>commons-httpclient</groupId>
                         <artifactId>commons-httpclient</artifactId>
                     </exclusion>
+                    <exclusion>
+                        <groupId>org.ops4j.pax.url</groupId>
+                        <artifactId>pax-url-aether-support</artifactId>
+                    </exclusion>
                 </exclusions>
             </dependency>
             <dependency>