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/10/31 07:58:42 UTC

[2/3] 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

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

Branch: refs/heads/master
Commit: 40c9f59a07da60131810ef0b7140f3ea6473874b
Parents: aaef596
Author: Guillaume Nodet <gn...@apache.org>
Authored: Thu Oct 20 23:11:29 2016 +0200
Committer: Grzegorz Grzybek <gr...@gmail.com>
Committed: Mon Oct 31 08:44:39 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/karaf/blob/40c9f59a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 80af95d..48cb87f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1346,6 +1346,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>