Skip to content

Commit 1348bc0

Browse files
committed
Explicitly declare jMolecules DDD dependency.
Fixes GH-2156.
1 parent 9cd79d0 commit 1348bc0

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
@@ -175,6 +175,13 @@
175175
</exclusions>
176176
</dependency>
177177

178+
<dependency>
179+
<groupId>org.jmolecules</groupId>
180+
<artifactId>jmolecules-ddd</artifactId>
181+
<version>${jmolecules}</version>
182+
<scope>test</scope>
183+
</dependency>
184+
178185
<dependency>
179186
<groupId>org.jmolecules.integrations</groupId>
180187
<artifactId>jmolecules-spring</artifactId>

0 commit comments

Comments
 (0)