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>
<groupId>what to use here?</>
<artifactId>What to use here?</>
<version>what version if no version for the jar</>
<scope>system</>
<systemPath> C:\Java\jdk1.5.0_11\jre\lib</systemPath>
</dependency>
Regards,
Nishant Sonar
