add exclusion on jta version that does not exist anymore

git-svn-id: https://svn.apache.org/repos/asf/geronimo/server/branches/3.0@1736527 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/plugins/uddi/uddi-war-repackage/pom.xml b/plugins/uddi/uddi-war-repackage/pom.xml
index de3a855..ee42739 100644
--- a/plugins/uddi/uddi-war-repackage/pom.xml
+++ b/plugins/uddi/uddi-war-repackage/pom.xml
@@ -59,6 +59,12 @@
             <groupId>org.apache.juddi</groupId>
             <artifactId>juddi-core</artifactId>     
             <scope>provided</scope>
+	    <exclusions>
+	      <exclusion>
+		<groupId>javax.transaction</groupId>
+		<artifactId>jta</artifactId>
+	      </exclusion>
+	    </exclusions>
         </dependency>        
      </dependencies>