Skip to content

Commit e883544

Browse files
committed
Explicitly declare jMolecules DDD dependency.
Fixes GH-2521.
1 parent fc56cba commit e883544

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

spring-data-rest-webmvc/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@
3636
<artifactId>spring-webmvc</artifactId>
3737
</dependency>
3838

39+
<dependency>
40+
<groupId>org.jmolecules</groupId>
41+
<artifactId>jmolecules-ddd</artifactId>
42+
<version>${jmolecules}</version>
43+
<optional>true</optional>
44+
</dependency>
45+
3946
<dependency>
4047
<groupId>org.jmolecules.integrations</groupId>
4148
<artifactId>jmolecules-spring</artifactId>

0 commit comments

Comments
 (0)