Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects

Remove security dependencies

Merged Jean Claude Correale requested to merge feature/ephemeralProofPreflight into develop
1 file
+ 0
5
Compare changes
  • Side-by-side
  • Inline
+ 0
5
@@ -88,11 +88,6 @@
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
Loading