diff --git a/spring-boot-integration-tests/pom.xml b/spring-boot-integration-tests/pom.xml
index 926a00f73f..0889a50fb8 100644
--- a/spring-boot-integration-tests/pom.xml
+++ b/spring-boot-integration-tests/pom.xml
@@ -119,6 +119,10 @@
src/it/settings.xml
${main.basedir}/spring-boot-samples/
+
+
+ spring-boot-sample-websocket/pom.xml
+
${project.build.directory}/local-repo
${skipTests}
diff --git a/spring-boot-samples/pom.xml b/spring-boot-samples/pom.xml
index 3f518a9ec7..2615b09a9a 100644
--- a/spring-boot-samples/pom.xml
+++ b/spring-boot-samples/pom.xml
@@ -26,7 +26,7 @@
spring-boot-sample-traditional
spring-boot-sample-web-static
spring-boot-sample-web-ui
-
+ spring-boot-sample-websocket
spring-boot-sample-xml