Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
kulmam92 committed Oct 31, 2018
1 parent 5208498 commit e642671
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ bin/

# vscode
.vscode/

# intellij idea
.idea/
out/
5 changes: 0 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ configurations {
}

dependencies {
// compile group: 'io.digdag', name: 'digdag-spi', version: digdagVersion
// compile group: 'io.digdag', name: 'digdag-standards', version: digdagVersion
// compile group: 'io.digdag', name: 'digdag-plugin-utils', version: digdagVersion
// compile group: 'io.digdag', name: 'digdag-client', version: digdagVersion
// runtime group: 'io.digdag', name: 'digdag-core', version: digdagVersion
provided 'io.digdag:digdag-spi:' + digdagVersion
provided 'io.digdag:digdag-standards:' + digdagVersion
provided 'io.digdag:digdag-plugin-utils:' + digdagVersion
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ public static MssqlConnectionConfig configure(SecretProvider secrets, Config par
@Override
public String jdbcDriverName()
{
// return "com.mysql.jdbc.Driver";
return "com.microsoft.sqlserver.jdbc.SQLServerDriver";
}

Expand Down

0 comments on commit e642671

Please sign in to comment.