Unresolvable dependency #1339
-
I'm trying to use CPG as a library in a Maven project. I have succeded in supplying the Eclipse CDT dependency manually, but I'm out of luck getting the cpg-neo4j module (and the modules depending on it, e.g. cpg-console) to work because they have a dependency to the aggregate module Error message from IntelliJ:
from cpg/cpg-neo4j/build.gradle.kts: dependencies {
//neo4j
api(libs.bundles.neo4j)
//...
} from cpg/gradle/libs.versions.toml:
The reference manual for neo4j-ogm states that in place of the Am I wrong to think that the dependency to |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi @robinmaisch, |
Beta Was this translation helpful? Give feedback.
-
I removed the |
Beta Was this translation helpful? Give feedback.
I removed the
neo4j-ogm
bundle dependency in https://github.com/Fraunhofer-AISEC/cpg/pull/1340/files. We will release av8
version (with some breaking changes) soon.