You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2016/06/30 13:54:11 UTC

syncope git commit: [SYNCOPE-884] Fixing unit test execution with JDK 1.7

Repository: syncope
Updated Branches:
  refs/heads/master 4f6818b10 -> a0fa197bc


[SYNCOPE-884] Fixing unit test execution with JDK 1.7


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/a0fa197b
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/a0fa197b
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/a0fa197b

Branch: refs/heads/master
Commit: a0fa197bc9190a1d640bc87aa1263dd4a3637cdd
Parents: 4f6818b
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Thu Jun 30 15:54:04 2016 +0200
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Thu Jun 30 15:54:04 2016 +0200

----------------------------------------------------------------------
 common/lib/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/a0fa197b/common/lib/pom.xml
----------------------------------------------------------------------
diff --git a/common/lib/pom.xml b/common/lib/pom.xml
index eda26a4..7f6106d 100644
--- a/common/lib/pom.xml
+++ b/common/lib/pom.xml
@@ -77,6 +77,11 @@ under the License.
       <scope>test</scope>
     </dependency>
     <dependency>
+      <groupId>org.apache.cxf</groupId>
+      <artifactId>cxf-rt-databinding-jaxb</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <scope>test</scope>