Browse Source

Remove explicit version declarations from jMolecules dependencies.

Fixes GH-2177.
issue/year-as-integer
Oliver Drotbohm 1 month ago
parent
commit
14e23e9e43
No known key found for this signature in database
GPG Key ID: 9EB72C54FB72F2A7
  1. 2
      spring-data-jdbc/pom.xml

2
spring-data-jdbc/pom.xml

@ -196,14 +196,12 @@ @@ -196,14 +196,12 @@
<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>
<version>${jmolecules-integration}</version>
<scope>test</scope>
</dependency>

Loading…
Cancel
Save