use a dependency in system scope witout version

2007-10-29 Thread Sonar, Nishant
Hi Can I use a dependency with scope=system with no version number I want to use rt.jar which is inside C:\Java\jdk1.5.0_11\jre\lib . now this jar doesn't has a verion number How should I use ot dependency groupIdwhat to use here?/ artifactIdWhat to use

Re: use a dependency in system scope witout version

2007-10-29 Thread Tim Kettler
Hi, have a look at the dependency guide [1] for the correct usage of system scope dependencies. It boils down to: groupId/artifactId/version are your choice (somthing like sun.jdk/runtime/1.5.0.11 will do in your case), systemPath is not the path of the directory of the jar, but the path of the