Fixed incorrect version in JTA jar name (which was preventing it from being included in the assembly after the removal of the JCA jar dependency)

git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.0@568385 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Marc Prud'hommeaux 2007-08-22 02:40:59 +00:00
parent 6ba6ce4e7e
commit 3ae441064b
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@
<include>commons-pool:commons-pool</include> <include>commons-pool:commons-pool</include>
<include>org.apache.geronimo.specs:geronimo-jms_1.1_spec</include> <include>org.apache.geronimo.specs:geronimo-jms_1.1_spec</include>
<include>org.apache.geronimo.specs:geronimo-jta_1.0.1B_spec</include> <include>org.apache.geronimo.specs:geronimo-jta_1.1_spec</include>
<include>org.apache.geronimo.specs:geronimo-jpa_3.0_spec</include> <include>org.apache.geronimo.specs:geronimo-jpa_3.0_spec</include>
</includes> </includes>
</dependencySet> </dependencySet>