All Products
Search
Document Center

Enterprise Distributed Application Service:FAQ about Maven development

Last Updated:Jun 12, 2023

This topic provides the solutions in scenarios where you cannot download a JAR file.

Solutions

If you cannot find the required JAR file in the on-premises development environment, perform the following steps to troubleshoot the issue:

  1. Check whether the Maven dependency is added to your pom.xml file.

Sample code 1:

<dependency>
 <groupId>com.alibaba</groupId>
 <artifactId>hsf.schema</artifactId>
 <version>edas1.0.0</version>
</dependency>

Sample code 2:

<dependency>
 <groupId>com.alibaba.edas</groupId>
 <artifactId>edas-sdk</artifactId>
 <version>1.5.0</version>
</dependency>
  1. Check the configuration of the repositories parameter in the settings.xml configuration file.

    If you use a self-built Maven repository, you may be unable to find the required JAR file. To download the JAR files on which Enterprise Distributed Application Service (EDAS) projects depend, visit the Maven repository official website.