Hello everyone,
I’m working on a Spring Boot project that involves validating openEHR Operational Templates (OPTs) using the Archie library. I’m encountering persistent dependency resolution issues, particularly with the archie-all
library and its transitive dependencies.
Here’s my current setup:
- Spring Boot version: [Your Spring Boot version]
- Archie library version: 3.13.1
- Java version: [Your Java version]
- build tool : Maven
I’ve been struggling to consistently resolve import errors and “class not found” exceptions, even after trying various combinations of Archie dependencies and cleaning/rebuilding my project.
Could anyone recommend a reliable set of dependencies for Spring Boot that work well with the Archie library for OPT validation? Also, are there any best practices or troubleshooting tips for resolving complex dependency issues in Spring Boot, especially when working with libraries that have evolving APIs?
Any help or guidance would be greatly appreciated. Thank you!"