mirror of https://github.com/apache/openjpa.git
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:
parent
6ba6ce4e7e
commit
3ae441064b
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue