>From e1213b8d107234628f918db3a9b3161d93a338d3 Mon Sep 17 00:00:00 2001
From: Juan Hernandez <juan.hernandez@redhat.com>
Date: Wed, 8 Feb 2012 19:13:35 +0100
Subject: [PATCH 5/5] Exclude jacorb dependency in jbossxts-api.

---
 pom.xml |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/pom.xml b/pom.xml
index cb672e4..ba9db96 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4033,6 +4033,10 @@
                     </exclusion>
                     <exclusion>
                         <groupId>jacorb</groupId>
+                        <artifactId>jacorb</artifactId>
+                    </exclusion>
+                    <exclusion>
+                        <groupId>jacorb</groupId>
                         <artifactId>idl</artifactId>
                     </exclusion>
                     <exclusion>
-- 
1.7.7.6


