This commit is contained in:
erabii
2021-08-16 16:07:54 -04:00
committed by GitHub
parent 1f37f5bb28
commit e6089911f1
2 changed files with 0 additions and 14 deletions

View File

@@ -73,13 +73,6 @@
<artifactId>spring-cloud-context</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<!-- Only needed at compile time -->
<scope>provided</scope>
</dependency>
<!-- Testing Dependencies -->
<dependency>
<groupId>org.springframework.boot</groupId>

View File

@@ -68,13 +68,6 @@
<artifactId>spring-security-rsa</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<!-- Only needed at compile time -->
<scope>provided</scope>
</dependency>
<!-- Testing Dependencies -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>