summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--service/pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/service/pom.xml b/service/pom.xml
index 260caf6..974f6ac 100644
--- a/service/pom.xml
+++ b/service/pom.xml
@@ -84,8 +84,17 @@
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>commons-beanutils</groupId>
+ <artifactId>commons-beanutils</artifactId>
+ </exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>commons-beanutils</groupId>
+ <artifactId>commons-beanutils</artifactId>
+ <version>1.9.4</version>
+ </dependency>
<!-- dependency>
<groupId>org.eclipse.jetty.orbit</groupId>
<artifactId>javax.servlet</artifactId>