diff --git a/NOTICE b/NOTICE index edd5b9bdbb0d9e39612877ee5be9e547c829acd8..1aca46d9023b38ad0e3c4f2ee37525fcdc7acb27 100644 --- a/NOTICE +++ b/NOTICE @@ -547,7 +547,6 @@ ISC ======================================================================== The following software have components provided under the terms of this license: -- Java Native Access Platform (from https://github.com/java-native-access/jna) - Spring Security - Core (from http://spring.io/spring-security, https://repo1.maven.org/maven2/org/springframework/security/spring-security-core, https://spring.io/projects/spring-security, https://spring.io/spring-security) ======================================================================== @@ -589,7 +588,6 @@ The following software have components provided under the terms of this license: - AWS Java SDK for AWS Lambda (from https://aws.amazon.com/sdkforjava) - Animal Sniffer Annotations (from https://repo1.maven.org/maven2/org/codehaus/mojo/animal-sniffer-annotations) -- Apache HttpClient Cache (from http://hc.apache.org/httpcomponents-client, http://hc.apache.org/httpcomponents-client-ga) - Apache Log4j API (from https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-api) - Apache Log4j SLF4J Binding (from https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-slf4j-impl) - Apache Log4j to SLF4J Adapter (from https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-to-slf4j) diff --git a/provider/notification-aws/pom.xml b/provider/notification-aws/pom.xml index 7819cb2fd3d99ee716cccef332845c2f851106aa..c0c63c45d96ec6251f1c12714d290118ef3c6394 100644 --- a/provider/notification-aws/pom.xml +++ b/provider/notification-aws/pom.xml @@ -57,11 +57,6 @@ <groupId>org.springframework.data</groupId> <artifactId>spring-data-mongodb</artifactId> </dependency> - <dependency> - <groupId>org.springframework.security</groupId> - <artifactId>spring-security-core</artifactId> - <version>5.8.2</version> - </dependency> </dependencies> </dependencyManagement>