Skip to content

Commit 9eebdc9

Browse files
committed
Explicitly declare jMolecules DDD dependency.
Fixes GH-3379.
1 parent 350f362 commit 9eebdc9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,13 @@
319319
<scope>test</scope>
320320
</dependency>
321321

322+
<dependency>
323+
<groupId>org.jmolecules</groupId>
324+
<artifactId>jmolecules-ddd</artifactId>
325+
<version>${jmolecules}</version>
326+
<optional>true</optional>
327+
</dependency>
328+
322329
<dependency>
323330
<groupId>org.jmolecules.integrations</groupId>
324331
<artifactId>jmolecules-spring</artifactId>

0 commit comments

Comments
 (0)