]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
NOJIRA: Fix xstream version conflict.
authorRay Lee <ray.lee@lyrasis.org>
Fri, 2 Aug 2019 18:03:30 +0000 (11:03 -0700)
committerRay Lee <ray.lee@lyrasis.org>
Fri, 2 Aug 2019 18:03:30 +0000 (11:03 -0700)
services/id/service/pom.xml

index 6ba54808f662d9b0a8e19b7e8c1d25e151c1b64d..4a8b05f8680ecf45d0a53e6ee151fb385bfcda47 100644 (file)
@@ -2,16 +2,16 @@
 
 <!--
  pom.xml
+
  A Maven 2 project file for the 'service' module of the ID Service project.
 
  This document is a part of the source code and related artifacts
  for CollectionSpace, an open source collections management system
  for museums and related institutions:
+
  http://www.collectionspace.org
  http://wiki.collectionspace.org
+
  $LastChangedRevision: 302 $
  $LastChangedDate: 2009-06-29 15:36:29 -0700 (Mon, 29 Jun 2009) $
 -->
@@ -64,7 +64,7 @@
     <dependency>
       <groupId>com.thoughtworks.xstream</groupId>
       <artifactId>xstream</artifactId>
-      <version>1.4.2</version>
+      <version>1.4.10</version>
     </dependency>
 
   </dependencies>