On 8 October 2010 16:27, Andrei Pozolotin <[email protected]>wrote:
> Stuart: > > here: > > https://repository.sonatype.org/content/groups/forge/org/sonatype/sisu/sisu-guice/2.1.8-SNAPSHOT/sisu-guice-2.1.8-20101006.210224-25.pom > > your have > > <dependency> > <groupId>junit</groupId> > <artifactId>junit</artifactId> > <version>3.8.2</version> > <scope>compile</scope> > </dependency> > > probably should be > > <scope>test</scope> thanks - fixed in http://github.com/sonatype/sisu-guice/commit/069e202f93cdd6d792b6395ce31af53e111f6e0b I've been moving things round recently and the test scope somehow got lost in the last copy+paste > ? > > Andrei > > -- > You received this message because you are subscribed to the Google Groups > "google-guice" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-guice%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-guice?hl=en. > > -- Cheers, Stuart -- You received this message because you are subscribed to the Google Groups "google-guice" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-guice?hl=en.
