Skip to content

Commit

Permalink
Upgrade to Spring Modulith 1.2 snapshots.
Browse files Browse the repository at this point in the history
Move Lombok before Spring Modulith DDD starter as Lombok's APT needs to run before the Spring Modulith one.
  • Loading branch information
odrotbohm committed Apr 9, 2024
1 parent 9f88589 commit 789fafa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<bytebuddy.version>1.14.13</bytebuddy.version>
<datasourceMicrometerSpringBootVersion>1.0.2</datasourceMicrometerSpringBootVersion>
<java.version>21</java.version>
<jmolecules.version>2023.1.2</jmolecules.version>
<jmolecules.version>2023.2.0-SNAPSHOT</jmolecules.version>
<spring-modulith.version>1.2.0-M3</spring-modulith.version>
</properties>

Expand All @@ -44,6 +44,11 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma

<dependencies>

<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>

<!-- jMolecules -->

<dependency>
Expand Down Expand Up @@ -156,11 +161,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<version>1.4.2</version>
</dependency>

<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>

<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
Expand Down

0 comments on commit 789fafa

Please sign in to comment.