diff --git a/pom.xml b/pom.xml
index 32cdc9155..23e50338e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -160,7 +160,6 @@
spring-cloud-function-deployer
spring-cloud-function-adapters
spring-cloud-function-integration
- spring-cloud-function-rsocket
spring-cloud-function-kotlin
docs
diff --git a/spring-cloud-function-dependencies/pom.xml b/spring-cloud-function-dependencies/pom.xml
index 9cb2bd17f..bbf181440 100644
--- a/spring-cloud-function-dependencies/pom.xml
+++ b/spring-cloud-function-dependencies/pom.xml
@@ -71,11 +71,6 @@
spring-cloud-function-kotlin
${project.version}
-
- org.springframework.cloud
- spring-cloud-function-rsocket
- ${project.version}
-
org.springframework.cloud
spring-cloud-function-grpc
diff --git a/spring-cloud-function-rsocket/src/main/resources/banner.txt b/spring-cloud-function-rsocket/src/main/resources/banner.txt
new file mode 100644
index 000000000..7a900f5de
--- /dev/null
+++ b/spring-cloud-function-rsocket/src/main/resources/banner.txt
@@ -0,0 +1,22 @@
+ ___ ___ _ _ _
+| _ \/ __| ___ __| |_____| |_ ____ _ _ __ _ __ ___ _ _| |_
+| /\__ \/ _ \/ _| / / -_) _| (_-< || | '_ \ '_ \/ _ \ '_| _|
+|_|_\|___/\___/\__|_\_\___|\__| /__/\_,_| .__/ .__/\___/_| \__|
+| |_ __ _ ___ | |__ ___ ___ _ _ |_| |_|
+| ' \/ _` (_-< | '_ \/ -_) -_) ' \
+|_||_\__,_/__/ |_.__/\___\___|_||_| _
+ __| |___ _ __ _ _ ___ __ __ _| |_ ___ __| |
+/ _` / -_) '_ \ '_/ -_) _/ _` | _/ -_) _` |_
+\__,_\___| .__/_| \___\__\__,_|\__\___\__,_(_)
+ ___ _ |_| _ _ _ _ _
+|_ _| |_ __ __ _(_) | | _ _ ___| |_ | |__ ___
+ | || _| \ V V / | | | | ' \/ _ \ _| | '_ \/ -_)
+|___|\__|_ \_/\_/|_|_|_| |_||_\___/\__| |_.__/\___|_ _
+ _ _ ___| |___ __ _ ___ ___ __| | __| |_ __ _ _ _| |_(_)_ _ __ _
+| '_/ -_) / -_) _` (_- -_) _` | (_-< _/ _` | '_| _| | ' \/ _` |
+|_| \___|_\___\__,_/__/\___\__,_| /__/\__\__,_|_| \__|_|_||_\__, |
+__ _____ _ _ __(_)___ _ _ | | | |__ / / \ |___/
+\ V / -_) '_(_-< / _ \ ' \ |_ _| |_ \| () |
+ \_/\___|_| /__/_\___/_||_| |_(_)___(_)__/
+ ${application.title} ${application.version}
+Powered by Spring Boot ${spring-boot.version} and Spring Cloud Functions
\ No newline at end of file