JAVA-14673 - Fix formatting of POMs (#12722)
* JAVA-14673 - Fix formatting of POMs * cleanup
This commit is contained in:
@@ -30,5 +30,5 @@
|
||||
<derby.version>10.13.1.1</derby.version>
|
||||
<derbyclient.version>10.13.1.1</derbyclient.version>
|
||||
</properties>
|
||||
|
||||
|
||||
</project>
|
||||
@@ -7,7 +7,7 @@
|
||||
<name>fauna</name>
|
||||
<description>Code snippets for FaunaDB articles</description>
|
||||
|
||||
<parent>
|
||||
<parent>
|
||||
<groupId>com.baeldung</groupId>
|
||||
<artifactId>parent-boot-2</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
@@ -39,13 +39,12 @@
|
||||
<artifactId>spring-security-test</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<!-- utils -->
|
||||
<dependency>
|
||||
<groupId>org.projectlombok</groupId>
|
||||
<artifactId>lombok</artifactId>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.projectlombok</groupId>
|
||||
<artifactId>lombok</artifactId>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
||||
Reference in New Issue
Block a user