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 --> <!-- Added to support Java 11 JDK -->
<dependency> <dependency>
<groupId>javax.xml.ws</groupId> <groupId>javax.xml.ws</groupId>
<artifactId>jaxws-api</artifactId> <artifactId>jaxws-api</artifactId>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.projectlombok</groupId> <groupId>org.projectlombok</groupId>