reliable-tx-spring-jdbc
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.bkoehm</groupId> <artifactId>reliable-tx-spring-jdbc</artifactId> <version>1.4</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>io.github.bkoehm</groupId> <artifactId>reliable-tx-spring-jdbc</artifactId> <version>1.4</version> <dependencies> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>2.0.17</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> <version>6.2.6</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-tx</artifactId> <version>6.2.6</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> <version>6.2.6</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-jdbc</artifactId> <version>6.2.6</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.github.bkoehm</groupId> <artifactId>reliable-tx-spring</artifactId> <version>1.4</version> <scope>runtime</scope> </dependency> </dependencies> <name>reliable-tx-spring-jdbc</name> <description>Reliable transactions for Spring JDBC</description> <url>https://github.com/bkoehm/reliable-tx</url> <packaging>jar</packaging> <scm> <url>https://github.com/bkoehm/reliable-tx</url> <connection>scm:git:https://github.com/bkoehm/reliable-tx.git</connection> <developerConnection>scm:git:https://github.com/bkoehm/reliable-tx.git</developerConnection> <tag>v1.4</tag> </scm> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/license/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <issueManagement> <url>https://github.com/bkoehm/reliable-tx/issues</url> <system>GitHub</system> </issueManagement> <developers> <developer> <id>bkoehm</id> <name>Brian Koehmstedt</name> <email>1261658+bkoehm@users.noreply.github.com</email> <organization>io.github.bkoehm</organization> <organizationUrl>https://github.com/bkoehm/reliable-tx</organizationUrl> </developer> </developers> </project>