[MWAR-323]
 - Upgraded xtream from 1.4.2 to 1.4.4 to remove note
   about XSTR-709


git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1628837 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index e22e7c5..1b07bf7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -148,11 +148,10 @@
       <version>1.19</version>
     </dependency>
 
-    <!-- 1.4.2 to avoid http://jira.codehaus.org/browse/XSTR-709 -->
     <dependency>
       <groupId>com.thoughtworks.xstream</groupId>
       <artifactId>xstream</artifactId>
-      <version>1.4.2</version>
+      <version>1.4.4</version>
     </dependency>
 
     <dependency>