This is an automated email from the ASF dual-hosted git repository.
mdedetrich pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-pekko-persistence-jdbc.git
The following commit(s) were added to refs/heads/main by this push:
new bb7e579 Resolve ojdbc6.jar as a dependency
bb7e579 is described below
commit bb7e57907925fcb2b6108ea43a21b89c14c22e2f
Author: Matthew de Detrich <[email protected]>
AuthorDate: Thu Apr 13 11:02:44 2023 +0200
Resolve ojdbc6.jar as a dependency
---
core/lib/ojdbc6.jar | Bin 2739616 -> 0 bytes
project/Dependencies.scala | 3 ++-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/core/lib/ojdbc6.jar b/core/lib/ojdbc6.jar
deleted file mode 100644
index b663cd2..0000000
Binary files a/core/lib/ojdbc6.jar and /dev/null differ
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 1fbb2ae..4988476 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -24,7 +24,8 @@ object Dependencies {
"org.postgresql" % "postgresql" % "42.3.3",
"com.h2database" % "h2" % "2.1.212",
"mysql" % "mysql-connector-java" % "8.0.28",
- "com.microsoft.sqlserver" % "mssql-jdbc" % "7.4.1.jre8")
+ "com.microsoft.sqlserver" % "mssql-jdbc" % "7.4.1.jre8",
+ "com.oracle.database.jdbc" % "ojdbc6" % "11.2.0.4")
val Libraries: Seq[ModuleID] = Seq(
"org.apache.pekko" %% "pekko-persistence-query" % PekkoVersion,
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]