On Oct 27, 2006, at 2:34 AM, [EMAIL PROTECTED] wrote:

Modified: incubator/openejb/trunk/openejb3/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb3/ pom.xml?view=diff&rev=468330&r1=468329&r2=468330 ====================================================================== ========
[...]
       <dependency>
         <groupId>org.apache.geronimo.specs</groupId>
+        <artifactId>geronimo-jta_1.0.1B_spec</artifactId>
+        <version>1.0.1</version>
+      </dependency>

I saw this commit and thought, "oop, we shouldn't be using jta 1.0.1B" then it immediately occurred to me we already have been as we have a few deps which pull it in. We need *only* jta 1.1. We're going to need to hunt down all the deps we have that pull in jta 1.0.1B and put excludes on them (connector_spec and geronimo- transaction are the first that come to mind).

Jacek, you up for the task? Otherwise, it's actually my mess so I'm fine cleaning it up.

-David


Reply via email to