File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
main/java/com/sforce/ws/bind
test/java/com/sforce/ws/codegen Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 7272 <version >2.17.1</version >
7373 </dependency >
7474 <dependency >
75- <groupId >commons-beanutils </groupId >
76- <artifactId >commons-beanutils </artifactId >
77- <version >1.9.4 </version >
75+ <groupId >org.apache. commons</groupId >
76+ <artifactId >commons-beanutils2 </artifactId >
77+ <version >2.0.0-M1 </version >
7878 </dependency >
7979 <dependency >
8080 <groupId >commons-logging</groupId >
Original file line number Diff line number Diff line change 2222
2323import javax .xml .namespace .QName ;
2424
25- import org .apache .commons .beanutils .PropertyUtils ;
25+ import org .apache .commons .beanutils2 .PropertyUtils ;
2626
2727import com .sforce .ws .ConnectionException ;
2828import com .sforce .ws .parser .XmlInputStream ;
2929import com .sforce .ws .parser .XmlOutputStream ;
3030import com .sforce .ws .wsdl .Constants ;
31- import org .apache .commons .beanutils .SuppressPropertiesBeanIntrospector ;
31+ import org .apache .commons .beanutils2 .SuppressPropertiesBeanIntrospector ;
3232
3333/**
3434 * This class wraps an XMLizable and presents it as an XmlObject so that we
Original file line number Diff line number Diff line change 3737
3838import com .sforce .ws .bind .XMLizable ;
3939import com .sforce .ws .tools .wsdlc ;
40- import org .apache .commons .beanutils .PropertyUtils ;
40+ import org .apache .commons .beanutils2 .PropertyUtils ;
4141import org .junit .AfterClass ;
4242import org .junit .Assert ;
4343import org .junit .BeforeClass ;
You can’t perform that action at this time.
0 commit comments