Skip to content

Commit 3c6a7c2

Browse files
authored
Update relate.project-install.json
1 parent c4e5d76 commit 3c6a7c2

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

relate.project-install.json

+7-4
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,18 @@
44
"dbms": [
55
{
66
"dumpFile": "data/pole-35.dump",
7-
"targetNeo4jVersion":"3.5"
7+
"targetNeo4jVersion":"3.5",
8+
"plugins": ["apoc", "graph-data-science"]
89
},
910
{
1011
"dumpFile": "data/pole-40.dump",
11-
"targetNeo4jVersion": "4.0.* - 4.2.*"
12+
"targetNeo4jVersion": "4.0.* - 4.2.*",
13+
"plugins": ["apoc", "graph-data-science"]
1214
},
1315
{
1416
"dumpFile": "data/pole-43.dump",
15-
"targetNeo4jVersion": "^4.3"
17+
"targetNeo4jVersion": "^4.3",
18+
"plugins": ["apoc", "graph-data-science"]
1619
}
1720
]
18-
}
21+
}

0 commit comments

Comments
 (0)