diff --git a/CI/circle_parallel.sh b/CI/circle_parallel.sh
index 25bea6eb41e..b8d25329014 100755
--- a/CI/circle_parallel.sh
+++ b/CI/circle_parallel.sh
@@ -81,8 +81,6 @@ else
export PATH="/usr/local/go1.14/go/bin:$PATH"
go version
- installDart
-
mvn --no-snapshot-updates --quiet verify -Psamples.circleci.others -Dorg.slf4j.simpleLogger.defaultLogLevel=error
mvn --no-snapshot-updates --quiet javadoc:javadoc -Psamples.circleci -Dorg.slf4j.simpleLogger.defaultLogLevel=error
fi
diff --git a/pom.xml b/pom.xml
index 30babe9a972..3d2ab30975f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1352,17 +1352,6 @@
samples/client/petstore/javascript-promise-es6
samples/server/petstore/go-api-server
samples/server/petstore/go-gin-api-server
- samples/client/petstore/dart2/petstore_client_lib
- samples/client/petstore/dart2/petstore
- samples/openapi3/client/petstore/dart2/petstore_client_lib
- samples/openapi3/client/petstore/dart2/petstore
-
- samples/client/petstore/dart-dio/petstore_client_lib
- samples/openapi3/client/petstore/dart-dio/petstore_client_lib
- samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake
- samples/openapi3/client/petstore/dart-dio-next/petstore_client_lib_fake
- samples/client/petstore/dart-jaguar/openapi
- samples/client/petstore/dart-jaguar/flutter_petstore/openapi
@@ -1424,6 +1413,14 @@
+ samples/openapi3/client/petstore/dart2/petstore_client_lib
+ samples/openapi3/client/petstore/dart2/petstore
+ samples/openapi3/client/petstore/dart-dio/petstore_client_lib
+ samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake
+ samples/openapi3/client/petstore/dart-dio-next/petstore_client_lib_fake
+ samples/client/petstore/dart-jaguar/openapi
+ samples/client/petstore/dart-jaguar/flutter_petstore/openapi
+
samples/client/petstore/R