Update version of moxy we test against (moxy still doesn't work)
Conflicts:
parent/pom.xml
Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/c6060bf6
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/c6060bf6
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/c6060bf6
Branch: refs/heads/2.7.x-fixes
Commit: c6060bf6efecffa40e462b24a99ce1f92a7780bc
Parents: bfcf360
Author: Daniel Kulp <[email protected]>
Authored: Wed Mar 26 14:23:10 2014 -0400
Committer: Daniel Kulp <[email protected]>
Committed: Wed Apr 2 02:08:15 2014 -0400
----------------------------------------------------------------------
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/cxf/blob/c6060bf6/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 2e902be..f014cbd 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1664,7 +1664,7 @@
<dependency>
<groupId>org.eclipse.persistence</groupId>
<artifactId>org.eclipse.persistence.moxy</artifactId>
- <version>2.5.1-SNAPSHOT</version>
+ <version>2.5.2-M1</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>