Skip to content

Commit 9ac319c

Browse files
committed
Explicitly declare jMolecules DDD dependency.
Fixes GH-2156.
1 parent 96c0e0c commit 9ac319c

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
@@ -205,6 +205,13 @@
205205
</exclusions>
206206
</dependency>
207207

208+
<dependency>
209+
<groupId>org.jmolecules</groupId>
210+
<artifactId>jmolecules-ddd</artifactId>
211+
<version>${jmolecules}</version>
212+
<scope>test</scope>
213+
</dependency>
214+
208215
<dependency>
209216
<groupId>org.jmolecules.integrations</groupId>
210217
<artifactId>jmolecules-spring</artifactId>

0 commit comments

Comments
 (0)