Browse Source

Explicitly declare jMolecules DDD dependency.

Fixes GH-2156.
3.5.x
Oliver Drotbohm 2 months ago
parent
commit
7035c52a3e
No known key found for this signature in database
GPG Key ID: 9EB72C54FB72F2A7
  1. 7
      spring-data-jdbc/pom.xml

7
spring-data-jdbc/pom.xml

@ -193,6 +193,13 @@ @@ -193,6 +193,13 @@
</exclusions>
</dependency>
<dependency>
<groupId>org.jmolecules</groupId>
<artifactId>jmolecules-ddd</artifactId>
<version>${jmolecules}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jmolecules.integrations</groupId>
<artifactId>jmolecules-spring</artifactId>

Loading…
Cancel
Save