wso2 / product-micro-integrator

The cloud-native configuration driven runtime that helps developers implement composite microservices.
https://wso2.com/integration/
Apache License 2.0
204 stars 221 forks source link

Optimize Dependencies to Reduce Build Time #3762

Open KalinduGandara opened 2 weeks ago

KalinduGandara commented 2 weeks ago

Current Limitation

While simplifying the onboarding process, we found that building WSO2 Micro Integrator on a fresh computer takes too long due to numerous dependencies. If any fail to download, the build process fails.

Suggested Improvement

Remove any unnecessary dependencies to streamline the build process, reducing time and potential failures.

Version

No response