Loading pom.xml +4 −4 Original line number Diff line number Diff line Loading @@ -101,14 +101,14 @@ <version>${sharding-sphere.version}</version> </dependency> <dependency> <groupId>org.apache.shardingsphere</groupId> <groupId>io.shardingsphere</groupId> <artifactId>sharding-transaction-spring</artifactId> <version>${project.parent.version}</version> <version>${sharding-sphere.spi.impl.version}</version> </dependency> <dependency> <groupId>org.apache.shardingsphere</groupId> <groupId>io.shardingsphere</groupId> <artifactId>sharding-transaction-spring-boot-starter</artifactId> <version>${project.parent.version}</version> <version>${sharding-sphere.spi.impl.version}</version> </dependency> <dependency> <groupId>org.apache.shardingsphere</groupId> Loading sharding-jdbc-example/transaction-example/transaction-2pc-xa-example/transaction-xa-spring-boot-example/pom.xml +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ <artifactId>sharding-transaction-xa-core</artifactId> </dependency> <dependency> <groupId>org.apache.shardingsphere</groupId> <groupId>io.shardingsphere</groupId> <artifactId>sharding-transaction-spring-boot-starter</artifactId> </dependency> <dependency> Loading sharding-jdbc-example/transaction-example/transaction-2pc-xa-example/transaction-xa-spring-boot-example/src/main/java/io/shardingsphere/example/transaction/xa/spring/boot/XATransactionalService.java +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ package io.shardingsphere.example.transaction.xa.spring.boot; import io.shardingsphere.example.common.jpa.service.JPACommonService; import org.apache.shardingsphere.transaction.annotation.ShardingTransactionType; import io.shardingsphere.transaction.annotation.ShardingTransactionType; import org.apache.shardingsphere.transaction.core.TransactionType; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; Loading sharding-jdbc-example/transaction-example/transaction-2pc-xa-example/transaction-xa-spring-namespace-example/pom.xml +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ <artifactId>sharding-jdbc-spring-namespace</artifactId> </dependency> <dependency> <groupId>org.apache.shardingsphere</groupId> <groupId>io.shardingsphere</groupId> <artifactId>sharding-transaction-spring</artifactId> </dependency> Loading sharding-jdbc-example/transaction-example/transaction-2pc-xa-example/transaction-xa-spring-namespace-example/src/main/java/io/shardingsphere/example/transaction/xa/spring/namespace/XATransactionalService.java +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ package io.shardingsphere.example.transaction.xa.spring.namespace; import io.shardingsphere.example.common.mybatis.service.SpringPojoService; import org.apache.shardingsphere.transaction.annotation.ShardingTransactionType; import io.shardingsphere.transaction.annotation.ShardingTransactionType; import org.apache.shardingsphere.transaction.core.TransactionType; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; Loading Loading
pom.xml +4 −4 Original line number Diff line number Diff line Loading @@ -101,14 +101,14 @@ <version>${sharding-sphere.version}</version> </dependency> <dependency> <groupId>org.apache.shardingsphere</groupId> <groupId>io.shardingsphere</groupId> <artifactId>sharding-transaction-spring</artifactId> <version>${project.parent.version}</version> <version>${sharding-sphere.spi.impl.version}</version> </dependency> <dependency> <groupId>org.apache.shardingsphere</groupId> <groupId>io.shardingsphere</groupId> <artifactId>sharding-transaction-spring-boot-starter</artifactId> <version>${project.parent.version}</version> <version>${sharding-sphere.spi.impl.version}</version> </dependency> <dependency> <groupId>org.apache.shardingsphere</groupId> Loading
sharding-jdbc-example/transaction-example/transaction-2pc-xa-example/transaction-xa-spring-boot-example/pom.xml +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ <artifactId>sharding-transaction-xa-core</artifactId> </dependency> <dependency> <groupId>org.apache.shardingsphere</groupId> <groupId>io.shardingsphere</groupId> <artifactId>sharding-transaction-spring-boot-starter</artifactId> </dependency> <dependency> Loading
sharding-jdbc-example/transaction-example/transaction-2pc-xa-example/transaction-xa-spring-boot-example/src/main/java/io/shardingsphere/example/transaction/xa/spring/boot/XATransactionalService.java +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ package io.shardingsphere.example.transaction.xa.spring.boot; import io.shardingsphere.example.common.jpa.service.JPACommonService; import org.apache.shardingsphere.transaction.annotation.ShardingTransactionType; import io.shardingsphere.transaction.annotation.ShardingTransactionType; import org.apache.shardingsphere.transaction.core.TransactionType; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; Loading
sharding-jdbc-example/transaction-example/transaction-2pc-xa-example/transaction-xa-spring-namespace-example/pom.xml +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ <artifactId>sharding-jdbc-spring-namespace</artifactId> </dependency> <dependency> <groupId>org.apache.shardingsphere</groupId> <groupId>io.shardingsphere</groupId> <artifactId>sharding-transaction-spring</artifactId> </dependency> Loading
sharding-jdbc-example/transaction-example/transaction-2pc-xa-example/transaction-xa-spring-namespace-example/src/main/java/io/shardingsphere/example/transaction/xa/spring/namespace/XATransactionalService.java +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ package io.shardingsphere.example.transaction.xa.spring.namespace; import io.shardingsphere.example.common.mybatis.service.SpringPojoService; import org.apache.shardingsphere.transaction.annotation.ShardingTransactionType; import io.shardingsphere.transaction.annotation.ShardingTransactionType; import org.apache.shardingsphere.transaction.core.TransactionType; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; Loading