Skip to content

Commit 233b270

Browse files
committed
Remove explicit version declarations from jMolecules dependencies.
Fixes GH-2527.
1 parent 0937040 commit 233b270

File tree

3 files changed

+0
-7
lines changed
  • spring-data-rest-core
  • spring-data-rest-tests/spring-data-rest-tests-shop
  • spring-data-rest-webmvc

3 files changed

+0
-7
lines changed

spring-data-rest-core/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
<dependency>
6161
<groupId>org.jmolecules</groupId>
6262
<artifactId>jmolecules-ddd</artifactId>
63-
<version>${jmolecules}</version>
6463
<optional>true</optional>
6564
</dependency>
6665

@@ -81,7 +80,6 @@
8180
<dependency>
8281
<groupId>org.jmolecules.integrations</groupId>
8382
<artifactId>jmolecules-spring</artifactId>
84-
<version>${jmolecules-integration}</version>
8583
<scope>test</scope>
8684
</dependency>
8785

spring-data-rest-tests/spring-data-rest-tests-shop/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,15 @@
3333
<dependency>
3434
<groupId>org.jmolecules</groupId>
3535
<artifactId>jmolecules-ddd</artifactId>
36-
<version>${jmolecules}</version>
3736
</dependency>
3837
<dependency>
3938
<groupId>org.jmolecules.integrations</groupId>
4039
<artifactId>jmolecules-spring</artifactId>
41-
<version>${jmolecules-integration}</version>
4240
<scope>test</scope>
4341
</dependency>
4442
<dependency>
4543
<groupId>org.jmolecules.integrations</groupId>
4644
<artifactId>jmolecules-jackson3</artifactId>
47-
<version>${jmolecules-integration}</version>
4845
<scope>test</scope>
4946
</dependency>
5047
</dependencies>

spring-data-rest-webmvc/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,12 @@
3939
<dependency>
4040
<groupId>org.jmolecules</groupId>
4141
<artifactId>jmolecules-ddd</artifactId>
42-
<version>${jmolecules}</version>
4342
<optional>true</optional>
4443
</dependency>
4544

4645
<dependency>
4746
<groupId>org.jmolecules.integrations</groupId>
4847
<artifactId>jmolecules-spring</artifactId>
49-
<version>${jmolecules-integration}</version>
5048
<optional>true</optional>
5149
</dependency>
5250

0 commit comments

Comments
 (0)