ctripcorp / dal

Ctrip Database Access Layer
Apache License 2.0
1.24k stars 447 forks source link

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

Open xxycn opened 4 years ago

xxycn commented 4 years ago

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 commented 3 years ago

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>