File tree Expand file tree Collapse file tree 5 files changed +21
-9
lines changed
tests/integration/transaction/data-mp Expand file tree Collapse file tree 5 files changed +21
-9
lines changed Original file line number Diff line number Diff line change 532532 <groupId >io.helidon.data.sql</groupId >
533533 <artifactId >helidon-data-sql-common</artifactId >
534534 </dependency >
535- <dependency >
536- <groupId >io.helidon.data.sql</groupId >
537- <artifactId >helidon-data-sql-testing</artifactId >
538- </dependency >
539535 <dependency >
540536 <groupId >io.helidon.data.sql.datasource</groupId >
541537 <artifactId >helidon-data-sql-datasource</artifactId >
Original file line number Diff line number Diff line change 723723 <artifactId >helidon-data-sql-common</artifactId >
724724 <version >${helidon.version} </version >
725725 </dependency >
726- <dependency >
727- <groupId >io.helidon.data.sql</groupId >
728- <artifactId >helidon-data-sql-testing</artifactId >
729- <version >${helidon.version} </version >
730- </dependency >
731726 <dependency >
732727 <groupId >io.helidon.data.sql.datasource</groupId >
733728 <artifactId >helidon-data-sql-datasource</artifactId >
Original file line number Diff line number Diff line change 3434 <properties >
3535 <!-- due to a package split in testcontainers, we cannot use module-info.java -->
3636 <helidon .services.skip>true</helidon .services.skip>
37+ <maven .deploy.skip>true</maven .deploy.skip>
3738 </properties >
3839
3940 <dependencies >
Original file line number Diff line number Diff line change 3939 <dependency-check .skip>true</dependency-check .skip>
4040 </properties >
4141
42+ <dependencyManagement >
43+ <dependencies >
44+ <dependency >
45+ <groupId >io.helidon.data.sql</groupId >
46+ <artifactId >helidon-data-sql-testing</artifactId >
47+ <version >${project.version} </version >
48+ </dependency >
49+ </dependencies >
50+ </dependencyManagement >
51+
4252 <modules >
4353 <module >sql</module >
4454 <module >model</module >
Original file line number Diff line number Diff line change 3131 <artifactId >io.helidon.data.tests.integration.transaction.data.mp-project</artifactId >
3232 <name >Helidon Tests Integration Transactions Data with MP Project</name >
3333
34+ <dependencyManagement >
35+ <dependencies >
36+ <dependency >
37+ <groupId >io.helidon.data.sql</groupId >
38+ <artifactId >helidon-data-sql-testing</artifactId >
39+ <version >${project.version} </version >
40+ </dependency >
41+ </dependencies >
42+ </dependencyManagement >
43+
3444 <modules >
3545 <module >data-mp</module >
3646 <module >eclipselink</module >
You can’t perform that action at this time.
0 commit comments