diff --git a/11-quickstart/Dockerfile b/11-quickstart/Dockerfile
index 8595ab0d6b..1c415f3328 100644
--- a/11-quickstart/Dockerfile
+++ b/11-quickstart/Dockerfile
@@ -1,5 +1,5 @@
# This is the demo Dockerfile for the generated template project, please change accordingly before building image from it.
-# Run the following command to build image: docker build -f ./Dockerfile --build-arg APP_FILE=quickstart-service--0.0.1-SNAPSHOT.jar -t demo:latest .
+# Run the following command to build image: docker build -f ./Dockerfile --build-arg APP_FILE=quickstart-service-0.0.1-SNAPSHOT.jar -t demo:latest .
FROM openjdk:17-jdk-alpine
# Set the working directory to /build
diff --git a/11-quickstart/quickstart-api/pom.xml b/11-quickstart/quickstart-api/pom.xml
index c29cd10be1..b5ea2d9e56 100644
--- a/11-quickstart/quickstart-api/pom.xml
+++ b/11-quickstart/quickstart-api/pom.xml
@@ -27,30 +27,5 @@
quickstart-api
quickstart-api
The Dubbo service API definitions defined in the project.
-
-
- org.springframework.boot
- spring-boot-starter
-
-
- com.google.protobuf
- protobuf-java
- 3.19.6
-
-
- org.apache.dubbo
- dubbo-spring-boot-starter
-
-
- org.apache.dubbo
- dubbo-zookeeper-curator5-spring-boot-starter
-
-
-
- org.springframework.boot
- spring-boot-starter-test
- test
-
-