GH-242: Remove jasypt dependency
Fixes https://github.com/spring-projects/spring-integration-samples/issues/242 Since `jasypt` is not compatible with Spring Security and recommendation is to use BCrypt or NO-OP instead, remove its dependency and appropriate bean definitions in favor of NO-OP password encoding. The purpose of this `http-rest` application is out of Spring Security encoding capabilities
This commit is contained in:
@@ -165,18 +165,6 @@
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jasypt</groupId>
|
||||
<artifactId>jasypt</artifactId>
|
||||
<version>1.7</version>
|
||||
<scope>compile</scope>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<artifactId>jackson-module-kotlin</artifactId>
|
||||
<groupId>com.fasterxml.jackson.module</groupId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.logging.log4j</groupId>
|
||||
<artifactId>log4j-core</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user