Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non-resolvable parent POM for com.ctrip.platform:dal-client-parent:2.2.2: Failure to find com.ctrip.framework #66

Open
xxycn opened this issue Nov 16, 2020 · 1 comment

Comments

@xxycn
Copy link

xxycn commented Nov 16, 2020

when executing mvn clean install, it throws errors: can not resolve parent POM for com.ctrip.platform:dal-client-parent:2.2.2. So what is the repository for DAL?

@frankxfyou
Copy link

frankxfyou commented Feb 21, 2021

You should add the following configurations in your pom.xml

    <repositories>
       <repository>
            <id>dal-repo</id>
            <url>https://raw.github.com/ctripcorp/dal/mvn-repo</url>
        </repository>
    </repositories>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants