[Stat-scm-user] Maven Dependencies
Brought to you by:
benoitx,
dougculnane
From: Andreas G. <And...@ma...> - 2008-11-07 22:59:32
|
Hi, I am trying to use StatScm 1.2.0 The version I found in the Maven Repository http://repo1.maven.org/maven2/net/sf/stat-scm/1.2.0/stat-scm-1.2.0.pom defines a dependency on stat-svn 0.4.0-StatSCM which is not available from the maven repo. <dependency> <groupId>net.sf</groupId> <artifactId>stat-svn</artifactId> <version>0.4.0-StatSCM</version> </dependency> The only similar dependency I can find on maven is http://repo1.maven.org/maven2/net/sf/statsvn/statsvn/ (no hyphen). The Maven2 repository on sourceforge seems to be down on gone. Please help me to resolve the dependencies. Thank you in advance, Andreas |