Browse Source

Remove explicit version declarations from jMolecules dependencies.

Fixes GH-3403.
pull/3408/head
Oliver Drotbohm 1 month ago
parent
commit
09623aa5eb
No known key found for this signature in database
GPG Key ID: 9EB72C54FB72F2A7
  1. 2
      pom.xml

2
pom.xml

@ -327,14 +327,12 @@ @@ -327,14 +327,12 @@
<dependency>
<groupId>org.jmolecules</groupId>
<artifactId>jmolecules-ddd</artifactId>
<version>${jmolecules}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.jmolecules.integrations</groupId>
<artifactId>jmolecules-spring</artifactId>
<version>${jmolecules-integration}</version>
<optional>true</optional>
</dependency>

Loading…
Cancel
Save