From a5695eef3366b5a4a1fdbeeb0e209d4959cd7f52 Mon Sep 17 00:00:00 2001 From: Nicolas Tachker Date: Wed, 29 Jun 2016 14:32:15 +0000 Subject: [PATCH] JORAM-256: remove the exclusion to the joram-client-jca artifact. --- joram/joram/jca/ra/pom.xml | 22 ---------------------- joram/joram/jca/remote/pom.xml | 28 +++------------------------- 2 files changed, 3 insertions(+), 47 deletions(-) diff --git a/joram/joram/jca/ra/pom.xml b/joram/joram/jca/ra/pom.xml index a0a4f2bee..135dc81cf 100644 --- a/joram/joram/jca/ra/pom.xml +++ b/joram/joram/jca/ra/pom.xml @@ -18,28 +18,6 @@ org.ow2.joram joram-client-jca ${project.version} - - - org.ow2.spec.ee - ow2-jms-2.0-spec - - - org.ow2.spec.ee - ow2-connector-1.5-spec - - - mysql - mysql-connector-java - - - jgroups - jgroups-all - - - commons-dbcp - commons-dbcp - - org.ow2.joram diff --git a/joram/joram/jca/remote/pom.xml b/joram/joram/jca/remote/pom.xml index f37cb8757..a42da3904 100644 --- a/joram/joram/jca/remote/pom.xml +++ b/joram/joram/jca/remote/pom.xml @@ -12,34 +12,12 @@ joram-jca 5.13.0-SNAPSHOT - - - + + + org.ow2.joram joram-client-jca ${project.version} - - - org.ow2.spec.ee - ow2-jms-2.0-spec - - - org.ow2.spec.ee - ow2-connector-1.5-spec - - - mysql - mysql-connector-java - - - jgroups - jgroups-all - - - commons-dbcp - commons-dbcp - - org.ow2.joram -- GitLab