> [9,48] package com.globalscalingsoftware.rsscon.internal does not exist
...
> [16,30] cannot find symbol
> symbol  : class RssconDriverImpl
> location: class com.globalscalingsoftware.qhdriver.internal.InternalModule

You declared the dependency on impl as such:
<dependency>
        <groupId>com.globalscalingsoftware.rsscon</groupId>
        <artifactId>rssconjava-impl</artifactId>
        <version>1.2</version>
        <scope>test</scope>
</dependency>

Thus, the impl is not coming in during the compile phase. It will only
be used during the test phase. If this is not correct, change the
<scope>.

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to