mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-05 15:13:24 +01:00
14 lines
515 B
Plaintext
14 lines
515 B
Plaintext
<project>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>javax.transaction</groupId>
|
|
<artifactId>jta</artifactId>
|
|
<version>1.0.1B</version>
|
|
<name>Java Transaction API</name>
|
|
<description>
|
|
The javax.transaction package. It is appropriate for inclusion in a classpath, and may be added to a Java 2 installation.
|
|
</description>
|
|
<url>http://java.sun.com/products/jta</url>
|
|
<distributionManagement>
|
|
<downloadUrl>http://java.sun.com/products/jta</downloadUrl>
|
|
</distributionManagement>
|
|
</project> |