Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelbranco80 committed Aug 8, 2024
1 parent 6c3b6c5 commit 351e401
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ object Dependencies {
val kryo = "com.esotericsoftware" % "kryo" % "5.5.0"
val commonsLang = "org.apache.commons" % "commons-lang3" % "3.13.0"
val apacheHttpClient = "org.apache.httpcomponents.client5" % "httpclient5" % "5.2.1"
val dropboxSDK = "com.dropbox.core" % "dropbox-core-sdk" % "5.4.5"
val dropboxSDK = "com.dropbox.core" % "dropbox-core-sdk" % "5.4.5-rawlabs"
val postgresqlDeps = "org.postgresql" % "postgresql" % "42.5.4"
val mysqlDeps = "com.mysql" % "mysql-connector-j" % "8.1.0-rawlabs"
val mssqlDeps = "com.microsoft.sqlserver" % "mssql-jdbc" % "7.0.0.jre10"
val snowflakeDeps = "net.snowflake" % "snowflake-jdbc" % "3.13.33"
val snowflakeDeps = "net.snowflake" % "snowflake-jdbc" % "3.13.33-rawlabs"
val oracleDeps = "com.oracle.database.jdbc" % "ojdbc10" % "19.23.0.0-rawlabs"
val teradataDeps = "com.teradata.jdbc" % "terajdbc" % "20.00.00.24"
val icuDeps = "com.ibm.icu" % "icu4j" % "73.2"
Expand Down
2 changes: 2 additions & 0 deletions sources/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@
requires com.microsoft.sqlserver.jdbc;
requires mysql.connector.j;
requires ojdbc10;
requires snowflake.jdbc;
requires dropbox.core.sdk;
requires raw.utils;

exports raw.sources.api;
Expand Down

0 comments on commit 351e401

Please sign in to comment.