Description:
I encountered a build failure while trying to build the runtime tx-issuerservice included in mxd-runtime. The issue is related to the dependency on the libs.bom.issuer
Here’s the error:
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':tx-issuerservice:shadowJar'.
> Could not resolve all dependencies for configuration ':tx-issuerservice:runtimeClasspath'.
> Could not find org.eclipse.edc:issuerservice-bom:0.12.0-SNAPSHOT.
Searched in the following locations:
- https://repo.maven.apache.org/maven2/org/eclipse/edc/issuerservice-bom/0.12.0-SNAPSHOT/maven-metadata.xml
- https://repo.maven.apache.org/maven2/org/eclipse/edc/issuerservice-bom/0.12.0-SNAPSHOT/issuerservice-bom-0.12.0-SNAPSHOT.pom
The BOM module is declared as:
bom-issuer = {
module = "org.eclipse.tractusx.issuer:issuerservice",
version.ref = "tractusx-issuer"
}
tractusx-issuer = "0.1.0-SNAPSHOT"
I verified that https://repo1.maven.org/maven2/org/eclipse/tractusx/ is accessible, but the issuer subfolder does not seem to exist. It seems the org.eclipse.tractusx.issuer:issuerservice module has not been published yet.
Questions:
Is there an alternative way to proceed? For example:
Can the issuerservice module be built locally from its source repository?
If so, where can I find the source code for it?
Is there a temporary workaround or substitute module to allow the build to succeed?
Description:
I encountered a build failure while trying to build the runtime
tx-issuerserviceincluded in mxd-runtime. The issue is related to the dependency on thelibs.bom.issuerHere’s the error:
The BOM module is declared as:
I verified that https://repo1.maven.org/maven2/org/eclipse/tractusx/ is accessible, but the issuer subfolder does not seem to exist. It seems the org.eclipse.tractusx.issuer:issuerservice module has not been published yet.
Questions:
Is there an alternative way to proceed? For example:
Can the issuerservice module be built locally from its source repository?
If so, where can I find the source code for it?
Is there a temporary workaround or substitute module to allow the build to succeed?