diff options
Diffstat (limited to 'bkucommon/pom.xml')
-rw-r--r-- | bkucommon/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index 597f45e0..a3c39de6 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -82,6 +82,11 @@ <scope>compile</scope>
</dependency>
<dependency>
+ <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + <version>2.5</version> + </dependency> + <dependency> <groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
</dependency>
|