1
ldap-client-api:pom:0.1-SNAPSHOT
1 Failure to find org.apache.directory.client.ldap:ldap-client-api:pom:0.1-SNAPSHOT in Central Repository: was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced
在apacheds-server-integ 里排除掉此依赖。
<dependency> <groupId>org.apache.directory.server</groupId> <artifactId>apacheds-server-integ</artifactId> <version>${apache-directory-server.version}</version> <scope>test</scope> <exclusions> <exclusion> <groupId>org.apache.directory.client.ldap</groupId> <artifactId>ldap-client-api</artifactId> </exclusion> </exclusions> </dependency>
import org.apache.hive.tmpl.QueryProfileTmpl 缺失
执行mvn generate-sources ,然后拷贝\target\generated-jamon\org\apache\hive\tmpl 生成的源文件即可