Authored by chunhua

add dbcp 2

Showing 1 changed file with 5 additions and 0 deletions
@@ -282,6 +282,11 @@ @@ -282,6 +282,11 @@
282 <version>1.4</version> 282 <version>1.4</version>
283 </dependency> 283 </dependency>
284 <dependency> 284 <dependency>
  285 + <groupId>org.apache.commons</groupId>
  286 + <artifactId>commons-dbcp2</artifactId>
  287 + <version>2.1.1</version>
  288 + </dependency>
  289 + <dependency>
285 <groupId>commons-fileupload</groupId> 290 <groupId>commons-fileupload</groupId>
286 <artifactId>commons-fileupload</artifactId> 291 <artifactId>commons-fileupload</artifactId>
287 <version>1.3.1</version> 292 <version>1.3.1</version>