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:31:36 UTC

syncope git commit: SQL Server run all tests green

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


SQL Server 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/b5b3b60d
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/b5b3b60d
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/b5b3b60d

Branch: refs/heads/master
Commit: b5b3b60d1ae1785d665511e87c338195877e4943
Parents: c0f3c99
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Fri Mar 18 17:31:26 2016 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Fri Mar 18 17:31:26 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/b5b3b60d/fit/core-reference/pom.xml
----------------------------------------------------------------------
diff --git a/fit/core-reference/pom.xml b/fit/core-reference/pom.xml
index 78a7912..b7e748d 100644
--- a/fit/core-reference/pom.xml
+++ b/fit/core-reference/pom.xml
@@ -512,14 +512,14 @@ under the License.
 
       <properties>
         <jdbcdriver.groupId>com.microsoft.sqlserver</jdbcdriver.groupId>
-        <jdbcdriver.artifactId>sqljdbc4</jdbcdriver.artifactId>
+        <jdbcdriver.artifactId>sqljdbc42</jdbcdriver.artifactId>
       </properties>
 
       <dependencies>
         <dependency>
           <groupId>com.microsoft.sqlserver</groupId>
-          <artifactId>sqljdbc4</artifactId>
-          <version>4.0</version>
+          <artifactId>sqljdbc42</artifactId>
+          <version>4.2</version>
           <scope>test</scope>
         </dependency>
       </dependencies>