Skip to content

Commit 7035c52

Browse files
committed
Explicitly declare jMolecules DDD dependency.
Fixes GH-2156.
1 parent 11d0d95 commit 7035c52

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

spring-data-jdbc/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,13 @@
193193
</exclusions>
194194
</dependency>
195195

196+
<dependency>
197+
<groupId>org.jmolecules</groupId>
198+
<artifactId>jmolecules-ddd</artifactId>
199+
<version>${jmolecules}</version>
200+
<scope>test</scope>
201+
</dependency>
202+
196203
<dependency>
197204
<groupId>org.jmolecules.integrations</groupId>
198205
<artifactId>jmolecules-spring</artifactId>

0 commit comments

Comments
 (0)