The only dependency I have in my ear project's pom is the war file ,
as specified below :

<dependencies>
   <dependency>
     <groupId>za.co.pragmaticus.jportal</groupId>
     <artifactId>jportal</artifactId>
     <version>1.0.0</version>
     <type>war</type>
   </dependency>
 </dependencies>


But my resulting ear file  has extra jars in its root (eg
j2ee-1.3.0.jar ,log4j-1.2.13.jar) , together with my jportal-1.0.0.war
.
Where are these extra jars coming from?


Jeff  Mutonho

GoogleTalk : ejbengine
Skype        : ejbengine
Registered Linux user number 366042

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to