-
Notifications
You must be signed in to change notification settings - Fork 180
Open
Description
See the original issue here: neo4j-contrib/neo4j-apoc-procedures#4412
the issue requires adding the extra-dependencies that come with APOC Extended releases (e.g. here) as some NEO4J_PLUGINS
.
I think to do this we should add in the neo4j-plugins.json
for example for aws-dependencies
the following code:
"apoc-aws-dependencies": {
"versions": "<version-json>",
"properties": {
"dbms.security.procedures.unrestricted": "apoc.*"
}
}
where version.json
has:
{
"neo4j": "5.26.5",
"neo4jVersion": "5.26.5",
"apoc": "5.26.0",
"version": "5.26.0",
"url": "http://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/5.26.0",
"homepageUrl": "http://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/5.26.0",
"jar": "https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/download/5.26.0/apoc-aws-dependencies-5.26.0.jar",
"downloadUrl": "https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/download/5.26.0/apoc-aws-dependencies-5.26.0.jar",
"sha1": "...",
"sha256": "...",
"md5": "...",
"config": {
"+:dbms.security.procedures.unrestricted": [
"apoc.*"
]
}
}
And we should create a similar structure for the other extra-dependencies, by changing the "downloadUrl" and "jar" to the following ones.
Note that, except for gcp and gcs, the jars have an -all
suffix.
- gcs: https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/download/5.26.0/apoc-gcs-dependencies-5.26.0.jar
- couchbase: https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/download/5.26.0/apoc-couchbase-dependencies-5.26.0-all.jar
- email: https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/download/5.26.0/apoc-email-dependencies-5.26.0-all.jar
- hadoop: https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/download/5.26.0/apoc-hadoop-dependencies-5.26.0-all.jar
- mongodb: https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/download/5.26.0/apoc-mongodb-dependencies-5.26.0-all.jar
- nlp: https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/download/5.26.0/apoc-nlp-dependencies-5.26.0-all.jar
- redis: https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/download/5.26.0/apoc-redis-dependencies-5.26.0-all.jar
- selenium: https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/download/5.26.0/apoc-selenium-dependencies-5.26.0-all.jar
- xls: https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/download/5.26.0/apoc-xls-dependencies-5.26.0-all.jar
zirkelc
Metadata
Metadata
Assignees
Labels
No labels