Re: exclude dependency from war file during packaging

2012-03-20 Thread satya1234567
Actually i tried with this solution but that did not work. when i am giving scope as provided, then during build it is failing and throwing javax.transaction class not found exception.My project is grails project. It is using grails 1.3.7. So i believe it required during build. This jta.jar is comi

exclude dependency from war file during packaging

2012-03-18 Thread satya1234567
Hi, My application uses grails 1.3.7. it is using grails-gorm artifact as a dependency. from this artifact, jta.jar is also being added as transitive dependency in my WEB-INF/lib folder. I want to exclude this jar from my war file, but this jar is required during build of the project. The reason be