File tree Expand file tree Collapse file tree
src/test/java/org/springframework/data/neo4j/core/transaction Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9595 <objenesis .version>3.0.1</objenesis .version>
9696 <project .build.docs>${project.build.directory} /docs</project .build.docs>
9797 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
98- <r2dbc .releasetrain>Arabba-SR11 </r2dbc .releasetrain >
98+ <r2dbc .h2.version>1.1.0.RELEASE </r2dbc .h2.version >
9999 <reactive-streams .version>1.2.1</reactive-streams .version>
100100 <skipArchitectureTests >true</skipArchitectureTests >
101101 <skipIntegrationTests >${skipTests}</skipIntegrationTests >
138138 </dependency >
139139 <dependency >
140140 <groupId >io.r2dbc</groupId >
141- <artifactId >r2dbc-bom</artifactId >
142- <version >${r2dbc.releasetrain} </version >
143- <type >pom</type >
144- <scope >import</scope >
141+ <artifactId >r2dbc-h2</artifactId >
142+ <version >${r2dbc.h2.version} </version >
145143 </dependency >
146144 <dependency >
147145 <groupId >io.reactivex.rxjava2</groupId >
381379 <dependency >
382380 <groupId >org.springframework.data</groupId >
383381 <artifactId >spring-data-r2dbc</artifactId >
384- <version >1.1.0.RELEASE </version >
382+ <version >3.5.11 </version >
385383 <scope >test</scope >
386384 </dependency >
387385 <dependency >
Original file line number Diff line number Diff line change 4747import org .springframework .data .neo4j .core .DatabaseSelection ;
4848import org .springframework .data .neo4j .core .UserSelection ;
4949import org .springframework .data .neo4j .core .support .BookmarkManagerReference ;
50- import org .springframework .data . r2dbc .connectionfactory .R2dbcTransactionManager ;
50+ import org .springframework .r2dbc .connection .R2dbcTransactionManager ;
5151import org .springframework .transaction .reactive .TransactionSynchronizationManager ;
5252import org .springframework .transaction .reactive .TransactionalOperator ;
5353
You can’t perform that action at this time.
0 commit comments