Skip to content

Commit

Permalink
chore: refresh pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
jy95 committed Jan 1, 2025
1 parent eecfa19 commit cfe6452
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.36</version>
<optional>true</optional>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
Expand Down Expand Up @@ -84,10 +84,12 @@
<configuration>
<source>21</source>
<target>21</target>
<!-- https://projectlombok.org/setup/maven -->
<annotationProcessorPaths>
<path>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.36</version>
</path>
</annotationProcessorPaths>
</configuration>
Expand Down

0 comments on commit cfe6452

Please sign in to comment.