You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by tc...@apache.org on 2009/07/13 22:13:07 UTC

svn commit: r793693 - /webservices/juddi/branches/v3_trunk/juddi-console/uddi-portlets/pom.xml

Author: tcunning
Date: Mon Jul 13 20:13:06 2009
New Revision: 793693

URL: http://svn.apache.org/viewvc?rev=793693&view=rev
Log:
JUDDI-247
Fix servlet-api issue.

Modified:
    webservices/juddi/branches/v3_trunk/juddi-console/uddi-portlets/pom.xml

Modified: webservices/juddi/branches/v3_trunk/juddi-console/uddi-portlets/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/juddi-console/uddi-portlets/pom.xml?rev=793693&r1=793692&r2=793693&view=diff
==============================================================================
--- webservices/juddi/branches/v3_trunk/juddi-console/uddi-portlets/pom.xml (original)
+++ webservices/juddi/branches/v3_trunk/juddi-console/uddi-portlets/pom.xml Mon Jul 13 20:13:06 2009
@@ -95,7 +95,13 @@
 		<dependency>
 			<groupId>commons-configuration</groupId>
 			<artifactId>commons-configuration</artifactId>
-			<version>1.5</version>
+			<version>1.5</version>
+			<exclusions>
+			    <exclusion>
+     				<groupId>javax.servlet</groupId>
+     				<artifactId>servlet-api</artifactId>
+   			    </exclusion>
+			 </exclusions>
 		</dependency>
 		<dependency>
 			<groupId>commons-collections</groupId>
@@ -218,7 +224,7 @@
 				<artifactId>maven-war-plugin</artifactId>
 				<configuration>
                     <!-- <webXml>target/web.xml</webXml>-->
-					<warSourceExcludes>**/servlet-api-*.jar,.gwt-tmp/**</warSourceExcludes>
+					<warSourceExcludes>.gwt-tmp/**</warSourceExcludes>
 				</configuration>
 			</plugin>
 			<!--  tell the compiler we can use 1.5 -->



---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-cvs-help@ws.apache.org