btm
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.jwebmp.jre11</groupId> <artifactId>btm</artifactId> <version>0.63.0.17</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.jwebmp.jre11</groupId> <artifactId>jwebmp-builder</artifactId> <version>0.63.0.17</version> </parent> <artifactId>btm</artifactId> <name>JPMS Bitronix Transaction Manager :: Core</name> <packaging>jar</packaging> <licenses> <license> <name>Apache License, Version 2.0</name> <url>http://apache.org/licenses/LICENSE-2.0</url> <distribution>repo</distribution> </license> <license> <name>GPL 3</name> <url>https://www.gnu.org/licenses/gpl-3.0.en.html</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>lorban</id> <name>Ludovic Orban</name> </developer> <developer> <id>brettwooldridge</id> <name>Brett Wooldridge</name> </developer> <developer> <id>GedMarc</id> <name>Marc Magon</name> <email>marc.magon@gmail.com</email> <url>https://github.com/GedMarc</url> </developer> </developers> <scm> <url>https://github.com/GedMarc?tab=repositories</url> </scm> <dependencies> <dependency> <groupId>cglib</groupId> <artifactId>cglib</artifactId> <optional>false</optional> <scope>provided</scope> </dependency> <dependency> <groupId>org.javassist</groupId> <artifactId>javassist</artifactId> <scope>provided</scope> <optional>false</optional> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency> <dependency> <groupId>javax.jms</groupId> <artifactId>jms</artifactId> </dependency> <dependency> <groupId>org.jboss.spec.javax.rmi</groupId> <artifactId>jboss-rmi-api_1.0_spec</artifactId> </dependency> <dependency> <groupId>javax.transaction</groupId> <artifactId>javax.transaction-api</artifactId> <type>jar</type> <version>${javax.transaction.transactionapi}</version> </dependency> </dependencies> </project>