Author: dims
Date: Tue Jan 29 11:37:27 2008
New Revision: 616495

URL: http://svn.apache.org/viewvc?rev=616495&view=rev
Log:
adding xalan explicitly for IBM JDK's

Modified:
    webservices/commons/trunk/modules/XmlSchema/pom.xml

Modified: webservices/commons/trunk/modules/XmlSchema/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/pom.xml?rev=616495&r1=616494&r2=616495&view=diff
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/pom.xml (original)
+++ webservices/commons/trunk/modules/XmlSchema/pom.xml Tue Jan 29 11:37:27 2008
@@ -373,7 +373,19 @@
                                <value>IBM Corporation</value>
                        </property>
                </activation>
-               <build>
+                       <dependencies>
+                               <dependency>
+                                       <groupId>org.apache.bcel</groupId>
+                                       <artifactId>bcel</artifactId>
+                                       <version>5.2</version>
+                               </dependency>
+                               <dependency>
+                                       <groupId>xalan</groupId>
+                                       <artifactId>xalan</artifactId>
+                                       <version>2.7.0</version>
+                               </dependency>
+                       </dependencies>
+               <build>
                        <plugins>
                                <plugin>
                                        
<artifactId>maven-surefire-plugin</artifactId>



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

Reply via email to