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/03/18 17:49:21 UTC

syncope git commit: Glassfish run all tests green

Repository: syncope
Updated Branches:
  refs/heads/master b5b3b60d1 -> d56a96f3b


Glassfish run all tests green


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

Branch: refs/heads/master
Commit: d56a96f3b591d965d866b51750a4468d7a08ee6e
Parents: b5b3b60
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Fri Mar 18 17:49:14 2016 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Fri Mar 18 17:49:14 2016 +0100

----------------------------------------------------------------------
 fit/core-reference/pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/d56a96f3/fit/core-reference/pom.xml
----------------------------------------------------------------------
diff --git a/fit/core-reference/pom.xml b/fit/core-reference/pom.xml
index b7e748d..924c669 100644
--- a/fit/core-reference/pom.xml
+++ b/fit/core-reference/pom.xml
@@ -548,6 +548,18 @@ under the License.
       
       <dependencies>
         <dependency>
+          <groupId>org.apache.syncope.core</groupId>
+          <artifactId>syncope-core-persistence-jpa</artifactId>
+          <version>${project.version}</version>
+          <exclusions>
+            <exclusion>
+              <groupId>org.apache.bval</groupId>
+              <artifactId>bval-jsr</artifactId>
+            </exclusion>
+          </exclusions>
+        </dependency>
+    
+        <dependency>
           <groupId>com.h2database</groupId>
           <artifactId>h2</artifactId>
         </dependency>