Author: wsmoak Date: Sat Jul 15 17:53:02 2006 New Revision: 422323 URL: http://svn.apache.org/viewvc?rev=422323&view=rev Log: Exclude the transitive dependencies on myfaces-api and portlet-api that come from Commons Chain. The commons-chain 1.1 pom should have marked these as optional.
Modified: struts/struts1/trunk/core/pom.xml Modified: struts/struts1/trunk/core/pom.xml URL: http://svn.apache.org/viewvc/struts/struts1/trunk/core/pom.xml?rev=422323&r1=422322&r2=422323&view=diff ============================================================================== --- struts/struts1/trunk/core/pom.xml (original) +++ struts/struts1/trunk/core/pom.xml Sat Jul 15 17:53:02 2006 @@ -117,6 +117,16 @@ <groupId>commons-chain</groupId> <artifactId>commons-chain</artifactId> <version>1.1</version> + <exclusions> + <exclusion> + <groupId>myfaces</groupId> + <artifactId>myfaces-api</artifactId> + </exclusion> + <exclusion> + <groupId>javax.portlet</groupId> + <artifactId>portlet-api</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>commons-digester</groupId>