Skip to content

Commit cd11e02

Browse files
committed
Explicitly declare jMolecules DDD dependency.
Fixes GH-3379.
1 parent c2a135a commit cd11e02

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
@@ -324,6 +324,13 @@
324324
<scope>test</scope>
325325
</dependency>
326326

327+
<dependency>
328+
<groupId>org.jmolecules</groupId>
329+
<artifactId>jmolecules-ddd</artifactId>
330+
<version>${jmolecules}</version>
331+
<optional>true</optional>
332+
</dependency>
333+
327334
<dependency>
328335
<groupId>org.jmolecules.integrations</groupId>
329336
<artifactId>jmolecules-spring</artifactId>

0 commit comments

Comments
 (0)