Skip to content

Commit 2fb0cf1

Browse files
committed
Manage version of helidon-data-sql-testing
1 parent 0005eef commit 2fb0cf1

File tree

1 file changed

+10
-0
lines changed
  • tests/integration/transaction/data-mp

1 file changed

+10
-0
lines changed

tests/integration/transaction/data-mp/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,16 @@
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>

0 commit comments

Comments
 (0)