diff options
Diffstat (limited to 'integration/pom.xml')
-rw-r--r-- | integration/pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/integration/pom.xml b/integration/pom.xml index dd234c87..d453f533 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -210,7 +210,7 @@ <dependency> <groupId>com.thoughtworks.xstream</groupId> <artifactId>xstream</artifactId> - <version>1.4.15</version> + <version>1.4.17</version> </dependency> <!-- Eclipse JPA API --> @@ -308,6 +308,11 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>net.minidev</groupId> + <artifactId>json-smart</artifactId> + <version>2.4.7</version> + </dependency> <!-- AAF Client --> <dependency> |