Skip to content

Commit

Permalink
fix(deps): Remove snakeyaml deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gb-cic committed Jul 21, 2023
1 parent ddb1275 commit 424aab5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,6 @@
<artifactId>httpclient</artifactId>
</dependency>

<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.31</version>
</dependency>

<!-- ACTUATOR -->
<dependency>
<groupId>org.springframework.boot</groupId>
Expand All @@ -72,6 +66,12 @@
<groupId>com.atlassian.oai</groupId>
<artifactId>swagger-request-validator-core</artifactId>
<version>2.30.0</version>
<exclusions>
<exclusion>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- TEST -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
import org.springframework.http.ResponseEntity;
import org.springframework.stereotype.Component;
import org.springframework.web.client.RestTemplate;
import org.yaml.snakeyaml.scanner.Constant;

import java.time.OffsetDateTime;

Expand Down

0 comments on commit 424aab5

Please sign in to comment.