You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-commits@ws.apache.org by da...@apache.org on 2007/01/25 22:09:12 UTC

svn commit: r499986 - /webservices/muse/trunk/modules/muse-wsrf-impl/pom.xml

Author: danj
Date: Thu Jan 25 13:09:11 2007
New Revision: 499986

URL: http://svn.apache.org/viewvc?view=rev&rev=499986
Log:
Updated POMs that reference DOM APIs to include xml-apis-*.jar in their build path. This will 
ensure that they compile against the J2ME JDK. We already have to include this JAR anyway, so 
no harm in adding it to the classpath entries.

Modified:
    webservices/muse/trunk/modules/muse-wsrf-impl/pom.xml

Modified: webservices/muse/trunk/modules/muse-wsrf-impl/pom.xml
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/modules/muse-wsrf-impl/pom.xml?view=diff&rev=499986&r1=499985&r2=499986
==============================================================================
--- webservices/muse/trunk/modules/muse-wsrf-impl/pom.xml (original)
+++ webservices/muse/trunk/modules/muse-wsrf-impl/pom.xml Thu Jan 25 13:09:11 2007
@@ -16,6 +16,10 @@
 	</name>
 	<dependencies>
 		<dependency>
+			<groupId>xml-apis</groupId>
+			<artifactId>xml-apis</artifactId>
+		</dependency>
+		<dependency>
 			<groupId>muse</groupId>
 			<artifactId>muse-util</artifactId>
 		</dependency>



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