On Mon, Aug 31, 2009 at 1:31 PM, <[email protected]> wrote: > + <dependency> > + <groupId>org.apache.vysper</groupId> > + <artifactId>vysper-core</artifactId> > + <version>${pom.version}</version> > + <type>test-jar</type> > + <scope>runtime</scope> > + </dependency>
Should this really be in runtime scope? Nothing in src/main/java should depend on this. /niklas
