Maven Repository - POM file for JBoss jboss-transaction-spi 7.0.0.Final 7.0.0.Final

Summary

JBoss Transaction 7.0.0 SPI.

The Java Transaction 7.0.0 SPI classes.

Declaration

Here is the list of declaration for jboss-transaction-spi. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.jboss</groupId>
   <artifactId>jboss-transaction-spi</artifactId>
   <version>7.0.0.Final</version>
</dependency>

If you think this Maven repository POM file listing for jboss-transaction-spi is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Depends on

The jboss-transaction-spi-7.0.0.Final has 3 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
Logjboss-logging-spi 2.2.0.CR1
The JBoss Logging Framework Programming Interface
12
JBossjboss-connector-api_1.5_spec 1.0.0.Final
Java EE Connector Architecture 1.5 API classes
5




Packages

The following packages are defined in the jboss-transaction-spi-7.0.0.Final.jar

org.jboss.tm
org.jboss.tm.usertx
org.jboss.tm.usertx.client

POM File Source

Here is the content of the POM file.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

  <parent>
    <groupId>org.jboss</groupId>
    <artifactId>jboss-parent</artifactId>
    <version>8</version>
    <relativePath />
  </parent>

  <modelVersion>4.0.0</modelVersion>
  <artifactId>jboss-transaction-spi</artifactId>
  <version>7.0.0.Final</version>
  <packaging>jar</packaging>
  <name>JBoss Transaction 7.0.0 SPI</name>
  <url>http://www.jboss.org</url>
  <description>The Java Transaction 7.0.0 SPI classes</description>

  <scm>
    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/integration/tags/jboss-transaction-spi-7.0.0.Final</connection>
    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/integration/tags/jboss-transaction-spi-7.0.0.Final</developerConnection>
    <url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossas/projects/integration/tags/jboss-transaction-spi-7.0.0.Final</url>
  </scm>

  <properties>
    <!-- The base directory for the maven release plugin to create the tag -->
    <tagBase>https://svn.jboss.org/repos/jbossas/projects/integration/tags/</tagBase>
  </properties>

  <dependencies>
    <dependency>
      <groupId>org.jboss.logging</groupId>
      <artifactId>jboss-logging-spi</artifactId>
      <version>2.2.0.CR1</version>
    </dependency>
    <dependency>
      <groupId>org.jboss.spec.javax.resource</groupId>
      <artifactId>jboss-connector-api_1.5_spec</artifactId>
      <version>1.0.0.Final</version>
    </dependency>
    <dependency>
      <groupId>org.jboss.spec.javax.transaction</groupId>
      <artifactId>jboss-transaction-api_1.1_spec</artifactId>
      <version>1.0.1.Beta1</version>
    </dependency>
  </dependencies>

</project>