Skip to content

Commit

Permalink
GRAD2-3176 - fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mightycox committed Jan 31, 2025
1 parent 4d86200 commit ee26b2b
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,6 @@
<artifactId>mapstruct</artifactId>
<version>${org.mapstruct.version}</version>
</dependency>
<dependency>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct-processor</artifactId>
<version>1.5.2.Final</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-registry-prometheus</artifactId>
Expand Down Expand Up @@ -308,6 +302,11 @@
<artifactId>lombok</artifactId>
<version>${lombok.version}</version>
</path>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok-mapstruct-binding</artifactId>
<version>0.2.0</version>
</dependency>
<path>
<groupId>org.springframework</groupId>
<artifactId>spring-context-indexer</artifactId>
Expand Down

0 comments on commit ee26b2b

Please sign in to comment.