Browse Source

Explicitly declare jMolecules DDD dependency.

Fixes GH-2156.
issue/2138-query-with-pageable
Oliver Drotbohm 2 months ago
parent
commit
9ac319c13d
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

@ -205,6 +205,13 @@ @@ -205,6 +205,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