diff options
Diffstat (limited to 'BKULocal')
-rw-r--r-- | BKULocal/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/BKULocal/pom.xml b/BKULocal/pom.xml index 312452b5..12dceaf8 100644 --- a/BKULocal/pom.xml +++ b/BKULocal/pom.xml @@ -182,6 +182,11 @@ <artifactId>spring-web</artifactId>
<scope>compile</scope>
</dependency>
+ <dependency>
+ <groupId>javax.activation</groupId>
+ <artifactId>activation</artifactId>
+ <version>1.1.1</version>
+ </dependency>
</dependencies>
<profiles>
|