How are you importing the test jars, and what version of Phoenix are you
depending upon? The maven snippet [0] used internally to pull in the tests
jar, at least on master, looks like

      <dependency>
        <groupId>org.apache.phoenix</groupId>
        <artifactId>phoenix-core</artifactId>
        <version>${project.version}</version>
        <classifier>tests</classifier>
        <scope>test</scope>
      </dependency>

Where ${project.version} is the Phoenix release version number.

[0]: https://github.com/apache/phoenix/blob/master/pom.xml#L410-L416

On Sun, Mar 22, 2015 at 12:57 AM, 刘仁敏 <[email protected]> wrote:

> Hi,
> There was an package not found error in phoenix-core project after i
> imported the phoenix. i am sure that my maven pom.xml has updated and
> pulled code again, who can help me to solve it? thanks.
>

Reply via email to