Would anyone object if I submitted a patch to change all usage of 
axis-wsdl4j to use the actual wsdl4j.   Basically, change:

        <dependency>
            <groupId>axis</groupId>
            <artifactId>axis-wsdl4j</artifactId>
            <version>1.2</version>
        </dependency>

to
        <dependency>
            <groupId>wsdl4j</groupId>
            <artifactId>wsdl4j</artifactId>
            <version>1.5.2</version>
        </dependency>

1.5.2 is MUCH newer and contains a bunch of bug fixes we would like to 
have.   

Obviously, I would test as much as I can before submitting such a patch.  


-- 
J. Daniel Kulp
Principal Engineer
IONA
P: 781-902-8727  C: 508-380-7194
[EMAIL PROTECTED]

Reply via email to