Browse Source

Explicitly declare jMolecules DDD dependency.

Fixes GH-2156.
3.4.x
Oliver Drotbohm 2 months ago
parent
commit
1348bc08f6
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

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

Loading…
Cancel
Save