We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0005eef commit 2fb0cf1Copy full SHA for 2fb0cf1
tests/integration/transaction/data-mp/pom.xml
@@ -31,6 +31,16 @@
31
<artifactId>io.helidon.data.tests.integration.transaction.data.mp-project</artifactId>
32
<name>Helidon Tests Integration Transactions Data with MP Project</name>
33
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
+
44
<modules>
45
<module>data-mp</module>
46
<module>eclipselink</module>
0 commit comments