Showing
1 changed file
with
5 additions
and
1 deletions
@@ -250,7 +250,11 @@ | @@ -250,7 +250,11 @@ | ||
250 | <artifactId>commons-net</artifactId> | 250 | <artifactId>commons-net</artifactId> |
251 | <version>3.3</version> | 251 | <version>3.3</version> |
252 | </dependency> | 252 | </dependency> |
253 | - | 253 | + <dependency> |
254 | + <groupId>commons-beanutils</groupId> | ||
255 | + <artifactId>commons-beanutils</artifactId> | ||
256 | + <version>1.9.2</version> | ||
257 | + </dependency> | ||
254 | <dependency> | 258 | <dependency> |
255 | <groupId>org.apache.httpcomponents</groupId> | 259 | <groupId>org.apache.httpcomponents</groupId> |
256 | <artifactId>httpclient</artifactId> | 260 | <artifactId>httpclient</artifactId> |
-
Please register or login to post a comment