What's the minimum classpath for an Axis2 client?

后端 未结 9 1013
清歌不尽
清歌不尽 2021-02-01 15:24

I want to build an Axis2 client (I\'m only accessing a remote web service, I\'m not implementing one!) with Maven2 and I don\'t want to add 21MB of JARs to my project.

9条回答
  •  萌比男神i
    2021-02-01 16:14

    Actually, you only need the axis-abd dependency since the axis2-kernel is a sub-dependency of axis-abd. Therefore you can sum it up with:

    
        org.apache.axis2
        axis2-adb
        1.5.1
    
    

提交回复
热议问题