Fixed indentation

This commit is contained in:
luca.frosini 2023-09-13 15:15:53 +02:00
parent 4ce009132c
commit d701e1f5fc
1 changed files with 3 additions and 3 deletions

View File

@ -71,9 +71,9 @@
<!-- Added to support Java 11 JDK -->
<dependency>
<groupId>javax.xml.ws</groupId>
<artifactId>jaxws-api</artifactId>
<scope>provided</scope>
<groupId>javax.xml.ws</groupId>
<artifactId>jaxws-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>