Hi,
Need some help regarding specifying the dependencies for the project.
Please find below the description of the problem:
I have two projects like util(java project) and dao(ejb project).
The ear will have some modules along with the above two (util-cv.jar and
dao-cv.jar).
If dao has a dependency on util, i am referring to util by defining a
dependency in openejb-jar.xml and having the util-cv.jar in geronimo
repository.
The sample code looks like
<dep:dependencies>
<dep:dependency>
<dep:groupId>jars</dep:groupId>
<dep:artifactId>util</dep:artifactId>
<dep:version>cv</dep:version>
<dep:type>jar</dep:type>
</dep:dependency>
</dep:dependencies>
Is there any way i can use the util-cv.jar directly from ear instead having
it explicitly in geronimo repository.
*System environment is:*
Application Server: Geronimo 1.1.1, JDK 1.5
Build using Maven 2.0.4
Eclipse 3.2.1
Please advice me how to proceed.
Thanks and Regards,
Hari