Skip to content

Commit 4233a24

Browse files
authored
Update database.json: add imports directly to the integration
1 parent a8673ae commit 4233a24

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

database.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"description": "Database Connection Helper Functions",
33
"properties": [
4-
{ "name": "v", "value": "0.0.3-12" },
4+
{ "name": "v", "value": "0.0.3-16" },
55
{ "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-database" }
66
],
77
"link": "https://github.com/Kotlin/kotlin-jupyter-database",
@@ -10,10 +10,5 @@
1010
],
1111
"dependencies": [
1212
"org.jetbrains.kotlinx:kotlin-jupyter-database:$v"
13-
],
14-
"imports": [
15-
"java.sql.*",
16-
"javax.sql.*",
17-
"org.jetbrains.kotlinx.jupyter.database.*"
1813
]
1914
}

0 commit comments

Comments
 (0)